Files
songbird/src/events/context/data
Kyle Simpson 91bf1538fc Receive: Config of decode sample rate/channels (#265)
* Receive: Config of decode sample rate/channels

This PR allows for dynamic configuration of the output sample rate and
channel count of received Opus audio. Users who rely on supported
formats should no longer need to manually resample & downmix audio
decoded from SSRCs in a call.

Opus exposes tuples of (Mono, Stereo) x (8, 12, 16, 24, 48)kHz.
Changing this at runtime (mid-call) may cause some audio glitches, as
decoder state must be reconstructed from scratch for all affected SSRCs.

* Fix doc typo, consistent naming with MixMode.
2024-11-16 11:57:52 +00:00
..
2024-09-09 09:54:17 +00:00
2024-09-09 09:54:17 +00:00