Get Single Formant Value Directly
Examples
sound <- Sound$create_tone(frequency = 220, duration = 0.5, sampling_rate =
16000)
formant_ptr <- to_formant_direct(sound)
get_formant_value_direct(formant_ptr, 1, 0.25)
#> [1] 187.7938
Get Single Formant Value Directly
sound <- Sound$create_tone(frequency = 220, duration = 0.5, sampling_rate =
16000)
formant_ptr <- to_formant_direct(sound)
get_formant_value_direct(formant_ptr, 1, 0.25)
#> [1] 187.7938