Displaying 1 result from an estimated 1 matches for "opus_get_sample_r".
2014 Feb 05
1
Documentation inconsistencies
Hello!
First of all Thanks for such a great codec!
I have noticed a few smaller inconsistencies in the documentation, which
may be confusing:
* Encoder related CTLs
OPUS_GET_SAMPLE_RATE(x)
"Gets the sampling rate the encoder or decoder was initialized with.
This 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 succes...