1
0
Fork 0
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:
winlin 2020-04-11 17:09:55 +08:00
parent 6ed2a4b6cb
commit 1f2db4d746
5 changed files with 41 additions and 24 deletions

View file

@ -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;