NEWS
rPraat 1.3.2-1 (2021-02-27)
- pitch.read(), formant.read() fix to new Praat text formats
rPraat 1.3.2 (2021-01-29)
- pt., it., pitch., formant., snd. getPointIndexHigherThanTime(), getPointIndexLowerThanTime(), getPointIndexNearestTime()
rPraat 1.3.1-1
- formant.read(), formant.write(), pitch.read(), pitch.write(): better handling of --undefined-- values
rPraat 1.3.1 (2020-04-04)
- tg.plot(): can plot formant and pitch objects in frame and array formats
rPraat 1.3 (2019-12-04)
- tg.boundaryMagnet(): align interval boundaries in a target tier according to a pattern tier
rPraat 1.2.0-3
- if "UTF-8" encoding is specified in .read() functions (i.e., default value) and input file cannot be read properly, then "auto" encoding is tried automatically with a warning message notification
rPraat 1.2.0-2 (2019-04-01)
- "UTF-16" TextGrids are properly saved in "UTF-8"
rPraat 1.2.0-1 (2019-03-30)
- detectEncoding(): removed "UTF-16LE" (does not work anymore), tg.read(fileName, encoding = "auto") works again
rPraat 1.2.0 (2018-12-08)
- pitch.write(), formant.write(), col.write()
rPraat 1.1.4
- pitch.cut(), formant.cut(), snd.cut()
- pitch.cut0(), formant.cut0(), snd.cut0()
rPraat 1.1.3-4
- snd.read(), snd.write(), snd.plot(), as.snd()
- tg.plot() can plot TextGrid together with Sound object
- it.plot() can plot IntensityTier together with Sound object
rPraat 1.1.3-3
- formant.toFrame(), pitch.toArray(), pitch.toFrame()
- pitch.plot()
- tg.plot() can plot TextGrid together with Pitch object
- pitch.plot() can plot Pitch object together with PitchTier
rPraat 1.1.3-2
- formant.plot(), formant.toArray()
- tg.plot() can plot TextGrid together with Formant object
rPraat 1.1.3-1
- tg.plot() can plot TextGrid together with PitchTier and IntensityTier in one plot
rPraat 1.1.3
- formant.read(), formant.sample(), as.formant()
- col.read() can read formant objects
rPraat 1.1.2-1
- tg.plot(): right-aligned labels
- pitch.sample(), as.tg(), as.pt(), as.it(), as.pitch()
- .read(), .sample() and tg.createNewTextGrid(): class(object)["type"] set to "TextGrid", "PitchTier" etc. and class(object)["name"] set according to fileName
rPraat 1.1.2 (2018-08-04)
rPraat 1.1.1
- IntensityTiers: it.read(), it.write(), it.plot(), it.sample(), it.interpolate(), it.cut(), it.cut0(), it.legendre(), it.legendreDemo(), it.legendreSynth()
- col.read() supports IntensityTiers
rPraat 1.1.0
- col.read() to read Collection in Text and Short-text format (Collection may store many objects in one file: TextGrids, PitchTiers, Pitch objects)
rPraat 1.0.8-3
- tg.write(): fix for possible UTF-8 encoding and Windows OS locale mismatch
rPraat 1.0.8-2
- tg.write() and pt.write() format support: "text" (full text format), "short" (short text format)
- and in addition for pt: "spreadsheet" and "headerless"
- tg.read(), pt.read() and pitch.read(): optional file encoding parameter (default: "UTF-8")
rPraat 1.0.8-1
- bugfix, short-text TextGrid with multiple lines in a label no longer produces "missing sppasFormat variable" error
rPraat 1.0.8 (2017-07-16)
- pitch.read() to read Pitch-object files with time frames of pitch candidates
rPraat 1.0.7
- tg.findLabels(), tg.duplicateTierMergeSegments()
rPraat 1.0.6
rPraat 1.0.5
- pt.legendre(), pt.legendreSynth(), pt.legendreDemo()
rPraat 1.0.4
- pt.interpolate(), pt.Hz2ST()