pitch.write: pitch.write

Description Usage Arguments See Also Examples

View source: R/pitch.R

Description

Saves Pitch to the file.

Usage

1
pitch.write(pitch, fileNamePitch, format = "short")

Arguments

pitch

Pitch object

fileNamePitch

Output file name

format

Output file format ("short" (default, short text format) or "text" (a.k.a. full text format))

See Also

pitch.read, pt.read

Examples

1
2
3
4
5
## Not run: 
pitch <- pitch.sample()
pitch.write(pitch, "demo_output.Pitch")

## End(Not run)

rPraat documentation built on Feb. 28, 2021, 1:06 a.m.