powered by
Saves Formant to the file.
formant.write(formant, fileNameFormant, format = "short")
Formant object
Output file name
Output file format ("short" (default, short text format) or "text" (a.k.a. full text format))
"short"
"text"
formant.read, tg.read
formant.read
tg.read
# NOT RUN { formant <- formant.sample() formant.write(formant, "demo_output.Formant") # }
Run the code above in your browser using DataLab