Expand description
Handle receiving audio.
The AudioHandler
collects all incoming audio packets and queues them per
client. It decodes the audio, handles out-of-order packets and missing
packets. It automatically adjusts the queue length based on the jitter of
incoming packets.
Structs§
- Audio
Handler - Handles incoming audio, has one
AudioQueue
per sending client. - Audio
Queue - A queue for audio packets for one audio stream.