Module tsclientlib::audio[][src]

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

AudioHandler

Handles incoming audio, has one AudioQueue per sending client.

AudioQueue

A queue for audio packets for one audio stream.

Enums

Error