[xiph-commits] r7201 - trunk/speex/include/speex
conrad at dactyl.lonelymoon.com
conrad
Tue Jul 20 22:32:52 PDT 2004
Author: conrad
Date: Tue Jul 20 22:32:52 2004
New Revision: 7201
Modified:
trunk/speex/include/speex/speex.h
Log:
add modeID constants for each of the 3 standard defined modes
Modified: trunk/speex/include/speex/speex.h
===================================================================
--- trunk/speex/include/speex/speex.h 2004-07-21 05:22:01 UTC (rev 7200)
+++ trunk/speex/include/speex/speex.h 2004-07-21 05:32:50 UTC (rev 7201)
@@ -185,6 +185,15 @@
/** Number of defined modes in Speex */
#define SPEEX_NB_MODES 3
+/** modeID for the defined narrowband mode */
+#define SPEEX_MODEID_NB 0
+
+/** modeID for the defined wideband mode */
+#define SPEEX_MODEID_WB 1
+
+/** modeID for the defined ultra-wideband mode */
+#define SPEEX_MODEID_UWB 2
+
struct SpeexMode;
More information about the commits
mailing list