mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #307, refactor aac to opus code
This commit is contained in:
parent
6ed2a4b6cb
commit
1f2db4d746
5 changed files with 41 additions and 24 deletions
|
@ -61,8 +61,6 @@ const uint8_t kEnd = 0x40; // Fu-header end bit
|
|||
|
||||
const int kChannel = 2;
|
||||
const int kSamplerate = 48000;
|
||||
const int kArrayLength = 8;
|
||||
const int kArrayBuffer = 4096;
|
||||
|
||||
// SSRC will rewrite in srs_app_rtc_conn.cpp when send to client.
|
||||
const uint32_t kAudioSSRC = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue