提交 30c22838 authored 作者: Brian West's avatar Brian West

max bitrates per 8k, 16k and 32k from jmspeex on IRC, informational

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7413 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 00ce39e2
...@@ -289,7 +289,7 @@ static switch_codec_implementation_t speex_16k_implementation = { ...@@ -289,7 +289,7 @@ static switch_codec_implementation_t speex_16k_implementation = {
/*.fmtp */ NULL, /*.fmtp */ NULL,
/*.samples_per_second */ 16000, /*.samples_per_second */ 16000,
/*.actual_samples_per_second */ 16000, /*.actual_samples_per_second */ 16000,
/*.bits_per_second */ 22000, /*.bits_per_second */ 42200,
/*.nanoseconds_per_frame */ 20000, /*.nanoseconds_per_frame */ 20000,
/*.samples_per_frame */ 320, /*.samples_per_frame */ 320,
/*.bytes_per_frame */ 640, /*.bytes_per_frame */ 640,
...@@ -311,7 +311,7 @@ static switch_codec_implementation_t speex_8k_60ms_implementation = { ...@@ -311,7 +311,7 @@ static switch_codec_implementation_t speex_8k_60ms_implementation = {
/*.fmtp */ NULL, /*.fmtp */ NULL,
/*.samples_per_second */ 8000, /*.samples_per_second */ 8000,
/*.actual_samples_per_second */ 8000, /*.actual_samples_per_second */ 8000,
/*.bits_per_second */ 11000, /*.bits_per_second */ 24600,
/*.nanoseconds_per_frame */ 60000, /*.nanoseconds_per_frame */ 60000,
/*.samples_per_frame */ 480, /*.samples_per_frame */ 480,
/*.bytes_per_frame */ 960, /*.bytes_per_frame */ 960,
...@@ -333,7 +333,7 @@ static switch_codec_implementation_t speex_8k_40ms_implementation = { ...@@ -333,7 +333,7 @@ static switch_codec_implementation_t speex_8k_40ms_implementation = {
/*.fmtp */ NULL, /*.fmtp */ NULL,
/*.samples_per_second */ 8000, /*.samples_per_second */ 8000,
/*.actual_samples_per_second */ 8000, /*.actual_samples_per_second */ 8000,
/*.bits_per_second */ 11000, /*.bits_per_second */ 24600,
/*.nanoseconds_per_frame */ 40000, /*.nanoseconds_per_frame */ 40000,
/*.samples_per_frame */ 240, /*.samples_per_frame */ 240,
/*.bytes_per_frame */ 640, /*.bytes_per_frame */ 640,
...@@ -356,7 +356,7 @@ static switch_codec_implementation_t speex_8k_30ms_implementation = { ...@@ -356,7 +356,7 @@ static switch_codec_implementation_t speex_8k_30ms_implementation = {
/*.fmtp */ NULL, /*.fmtp */ NULL,
/*.samples_per_second */ 8000, /*.samples_per_second */ 8000,
/*.actual_samples_per_second */ 8000, /*.actual_samples_per_second */ 8000,
/*.bits_per_second */ 11000, /*.bits_per_second */ 24600,
/*.nanoseconds_per_frame */ 30000, /*.nanoseconds_per_frame */ 30000,
/*.samples_per_frame */ 240, /*.samples_per_frame */ 240,
/*.bytes_per_frame */ 480, /*.bytes_per_frame */ 480,
...@@ -378,7 +378,7 @@ static switch_codec_implementation_t speex_8k_20ms_implementation = { ...@@ -378,7 +378,7 @@ static switch_codec_implementation_t speex_8k_20ms_implementation = {
/*.fmtp */ NULL, /*.fmtp */ NULL,
/*.samples_per_second */ 8000, /*.samples_per_second */ 8000,
/*.actual_samples_per_second */ 8000, /*.actual_samples_per_second */ 8000,
/*.bits_per_second */ 11000, /*.bits_per_second */ 24600,
/*.nanoseconds_per_frame */ 20000, /*.nanoseconds_per_frame */ 20000,
/*.samples_per_frame */ 160, /*.samples_per_frame */ 160,
/*.bytes_per_frame */ 320, /*.bytes_per_frame */ 320,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论