[Freeswitch-svn] [commit] r1871 - freeswitch/trunk/src/mod/codecs/mod_speex
Freeswitch SVN
anthm at freeswitch.org
Thu Jul 13 18:14:52 EDT 2006
Author: anthm
Date: Thu Jul 13 18:14:52 2006
New Revision: 1871
Modified:
freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c
Log:
tweak speex
Modified: freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c (original)
+++ freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c Thu Jul 13 18:14:52 2006
@@ -269,7 +269,7 @@
/* Registration */
static const switch_codec_implementation_t speex_32k_implementation = {
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
- /*.ianacode */ 98,
+ /*.ianacode */ 102,
/*.iananame */ "speex",
/*.samples_per_second */ 32000,
/*.bits_per_second */ 512000,
@@ -288,7 +288,7 @@
static const switch_codec_implementation_t speex_16k_implementation = {
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
- /*.ianacode */ 98,
+ /*.ianacode */ 100,
/*.iananame */ "speex",
/*.samples_per_second */ 16000,
/*.bits_per_second */ 256000,
More information about the Freeswitch-svn
mailing list