Get Single Pitch Value Directly
Examples
sound <- Sound$create_tone(frequency = 150, duration = 0.5, sampling_rate =
16000)
pitch_ptr <- to_pitch_cc_direct(sound)
get_pitch_value_direct(pitch_ptr, 0.25)
#> [1] 149.9998
Get Single Pitch Value Directly
sound <- Sound$create_tone(frequency = 150, duration = 0.5, sampling_rate =
16000)
pitch_ptr <- to_pitch_cc_direct(sound)
get_pitch_value_direct(pitch_ptr, 0.25)
#> [1] 149.9998