Get Pitch Standard Deviation Directly (Bypass R6)
Source:R/praat-direct.R
get_pitch_stdev_direct.RdGet standard deviation of pitch values without R6 wrapper overhead.
Usage
get_pitch_stdev_direct(
pitch,
from_time = 0,
to_time = 0,
unit = c("hertz", "semitones", "mel", "erb", "loghertz")
)Examples
sound <- Sound$create_tone(frequency = 150, duration = 0.5, sampling_rate =
16000)
pitch_ptr <- to_pitch_cc_direct(sound)
get_pitch_stdev_direct(pitch_ptr)
#> [1] 1.138077e-07