pitch.write {rPraat} | R Documentation |
Saves Pitch to the file.
pitch.write(pitch, fileNamePitch, format = "short")
pitch |
Pitch object |
fileNamePitch |
Output file name |
format |
Output file format ( |
## Not run:
pitch <- pitch.sample()
pitch.write(pitch, "demo_output.Pitch")
## End(Not run)