it.read {rPraat} | R Documentation |
Reads IntensityTier from Praat. Supported formats: text file, short text file.
it.read(fileNameIntensityTier, encoding = "UTF-8")
fileNameIntensityTier |
file name of IntensityTier |
encoding |
File encoding (default: |
IntensityTier object
it.write
, it.plot
, it.cut
, it.cut0
, it.interpolate
, tg.read
, pt.read
, pitch.read
, formant.read
, col.read
## Not run:
it <- it.read("demo/maminka.IntensityTier")
it.plot(it)
## End(Not run)