Holy shit, it's voice receive.
Created by: WamWooWam
Summary
Fixes receiving and decoding voice data.
Details
Previously, the OpusDecoder
was configured using the audio format specified in VoiceNextConfiguration
, however, as it turns out, this isn't always the format incoming voice uses. This PR changes the way decoders are initialized, ensuring they have the correct channel count.
Changes proposed
- Lazily initialize OpusDecoders
- Allow channel count to change depending on input
Notes
wew