medooze / media-server

WebRTC Media Server
GNU General Public License v2.0
1.36k stars 295 forks source link

DIOS-6494 Audio transcoding refactor step 1: update audioDecoder #312

Closed yezhan10 closed 3 months ago

yezhan10 commented 3 months ago
  1. Update AudioDecoder::Decode() implementation that takes a AudioFrame and returns PCM data
  2. Update this implementation to all audio decoders that we support
  3. Added unit test for this (only aacDecoder for now)