Skip to content

Holy shit, it's voice receive.

Mateusz Brawański requested to merge github/fork/WamWooWam/opus-fix into master

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

Merge request reports

Loading