Batch Query Pitch Strengths at Multiple Times
Source:R/batch-queries.R
get_pitch_strengths_at_times.RdQuery pitch strength (voicing confidence) at multiple time points.
Examples
sound <- Sound$create_tone(frequency = 150, duration = 0.5, sampling_rate =
16000)
pitch <- sound$to_pitch()
times <- seq(0.05, 0.45, length.out = 10)
strengths <- get_pitch_strengths_at_times(pitch, times)