Displaying 1 result from an estimated 1 matches for "opus_get_pitch".
2014 Feb 05
1
Documentation inconsistencies
...his simply returns the Fs value passed to opus_encoder_init() or
opus_decoder_init()."
---> Is it a generic CTL?
OPUS_GET_LAST_PACKET_DURATION(x)
"Gets the duration (in samples) of the last packet successfully decoded
or concealed."
---> Is it a decoder CTL?
* Generic CTLs
OPUS_GET_PITCH(x)
"Gets the pitch of the last decoded frame, if available.
This can be used for any post-processing algorithm requiring the use of
pitch, e.g. time stretching/shortening. If the last frame was not
voiced, or if the pitch was not coded in the frame, then zero is returned.
This CTL is only i...