Skip to main content

Module buffer

Module buffer 

Source
Expand description

Shared ring buffers used for per-track audio staging.

Functions§

buffer_remaining_space
Return the remaining capacity for a track buffer.
init_buffer_map
Initialize an empty track buffer map.

Type Aliases§

TrackBuffer
Shared ring buffer for a single track’s samples.
TrackBufferMap
Mapping from track key to its shared ring buffer.