Skip to content
Snippets Groups Projects
Commit fdd0c52b authored by Gregory Maxwell's avatar Gregory Maxwell Committed by Jean-Marc Valin
Browse files

Minor doc improvement wrt OPUS_APPLICATION_RESTRICTED_LOWDELAY.

parent 8858cac6
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,8 @@ OPUS_EXPORT int opus_encoder_get_size(int channels);
*
* @ref OPUS_APPLICATION_RESTRICTED_LOWDELAY configures low-delay mode that
* disables the speech-optimized mode in exchange for slightly reduced delay.
* This mode can only be set on an newly initialized or freshly reset encoder
* because it changes the codec delay.
*
* This is useful when the caller knows that the speech-optimized modes will not be needed (use with caution).
* @param [in] Fs <tt>opus_int32</tt>: Sampling rate of input signal (Hz)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment