Search code examples
audioechoaudio-streamingwebrtcaec

WebRTC: non 10ms audio frames possible?


Has anyone tried to change the audio frame size in WebRTC? It uses 10ms frames. I need a different size, and the code doesn't look promising...


Solution

  • Fundamentally there's no reason you can't use non-10ms frames, but much of the code is written with that assumption. It would indeed likely be a serious undertaking to change it.