提交 e15c171d authored 作者: Anthony Minessale's avatar Anthony Minessale

tweak speex

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1871 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 6d43892f
...@@ -269,7 +269,7 @@ static switch_status_t switch_speex_destroy(switch_codec_t *codec) ...@@ -269,7 +269,7 @@ static switch_status_t switch_speex_destroy(switch_codec_t *codec)
/* Registration */ /* Registration */
static const switch_codec_implementation_t speex_32k_implementation = { static const switch_codec_implementation_t speex_32k_implementation = {
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO, /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
/*.ianacode */ 98, /*.ianacode */ 102,
/*.iananame */ "speex", /*.iananame */ "speex",
/*.samples_per_second */ 32000, /*.samples_per_second */ 32000,
/*.bits_per_second */ 512000, /*.bits_per_second */ 512000,
...@@ -288,7 +288,7 @@ static const switch_codec_implementation_t speex_32k_implementation = { ...@@ -288,7 +288,7 @@ static const switch_codec_implementation_t speex_32k_implementation = {
static const switch_codec_implementation_t speex_16k_implementation = { static const switch_codec_implementation_t speex_16k_implementation = {
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO, /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
/*.ianacode */ 98, /*.ianacode */ 100,
/*.iananame */ "speex", /*.iananame */ "speex",
/*.samples_per_second */ 16000, /*.samples_per_second */ 16000,
/*.bits_per_second */ 256000, /*.bits_per_second */ 256000,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论