提交 8e6d7039 authored 作者: Brian West's avatar Brian West

correct bits_per_second on ulaw/alaw

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7373 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 aa1b4bb4
......@@ -210,7 +210,7 @@ static switch_codec_implementation_t g711u_8k_60ms_implementation = {
/*.fmtp */ NULL,
/*.samples_per_second */ 8000,
/*.actual_samples_per_second */ 8000,
/*.bits_per_second */ 19200,
/*.bits_per_second */ 64000,
/*.microseconds_per_frame */ 60000,
/*.samples_per_frame */ 480,
/*.bytes_per_frame */ 960,
......@@ -232,7 +232,7 @@ static switch_codec_implementation_t g711u_8k_30ms_implementation = {
/*.fmtp */ NULL,
/*.samples_per_second */ 8000,
/*.actual_samples_per_second */ 8000,
/*.bits_per_second */ 96000,
/*.bits_per_second */ 64000,
/*.microseconds_per_frame */ 30000,
/*.samples_per_frame */ 240,
/*.bytes_per_frame */ 480,
......@@ -321,7 +321,7 @@ static switch_codec_implementation_t g711a_8k_60ms_implementation = {
/*.fmtp */ NULL,
/*.samples_per_second */ 8000,
/*.actual_samples_per_second */ 8000,
/*.bits_per_second */ 19200,
/*.bits_per_second */ 64000,
/*.microseconds_per_frame */ 60000,
/*.samples_per_frame */ 480,
/*.bytes_per_frame */ 960,
......@@ -343,7 +343,7 @@ static switch_codec_implementation_t g711a_8k_30ms_implementation = {
/*.fmtp */ NULL,
/*.samples_per_second */ 8000,
/*.actual_samples_per_second */ 8000,
/*.bits_per_second */ 96000,
/*.bits_per_second */ 64000,
/*.microseconds_per_frame */ 30000,
/*.samples_per_frame */ 240,
/*.bytes_per_frame */ 480,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论