shithub: opus

Download patch

ref: fdd0c52b40e6042adb6316b92ef2efe1cc2ad18a
parent: 8858cac6bc904a5972b26678194b81c0eedee2fe
author: Gregory Maxwell <[email protected]>
date: Wed May 16 16:00:32 EDT 2012

Minor doc improvement wrt OPUS_APPLICATION_RESTRICTED_LOWDELAY.

--- a/include/opus.h
+++ b/include/opus.h
@@ -179,6 +179,8 @@
  *
  * @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)