[xiph-commits] r9202 - trunk/speex/include/speex

jm at motherfish-iii.xiph.org jm at motherfish-iii.xiph.org
Sun May 1 22:17:38 PDT 2005


Author: jm
Date: 2005-05-01 22:17:37 -0700 (Sun, 01 May 2005)
New Revision: 9202

Modified:
   trunk/speex/include/speex/speex.h
Log:
oops, forgot to check in the definition of SPEEX_SET_PLC_TUNING


Modified: trunk/speex/include/speex/speex.h
===================================================================
--- trunk/speex/include/speex/speex.h	2005-05-02 05:16:51 UTC (rev 9201)
+++ trunk/speex/include/speex/speex.h	2005-05-02 05:17:37 UTC (rev 9202)
@@ -132,10 +132,14 @@
 /** */
 #define SPEEX_GET_SUBMODE_ENCODING 37
 
-/*#define SPEEX_SET_SUBMODE_ENCODING 38*/
-/** */
+/*#define SPEEX_SET_LOOKAHEAD 38*/
+/** Returns the lookahead used by Speex */
 #define SPEEX_GET_LOOKAHEAD 39
 
+/** Sets tuning for packet-loss concealment (expected loss rate) */
+#define SPEEX_SET_PLC_TUNING 40
+/** Gets tuning for PLC */
+#define SPEEX_GET_PLC_TUNING 41
 
 /* Used internally, not to be used in applications */
 /** Used internally*/



More information about the commits mailing list