mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
correct bits_per_second on ulaw/alaw
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7373 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
aa1b4bb463
commit
8e6d703926
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user