**DEPRECATED:** Use pitch$get_value_at_time(time, unit) instead.
Examples
sound <- Sound$create_tone(frequency = 150, duration = 0.5, sampling_rate =
16000)
pitch <- sound$to_pitch()
get_pitch_at_time(pitch, 0.25)
#> Warning: 'get_pitch_at_time' is deprecated.
#> Use 'pitch$get_value_at_time()' instead.
#> See help("Deprecated") and help("pladdrr-deprecated").
#> [1] 150.0017