Skip to main content

AudioToControlQueue

Type Alias AudioToControlQueue 

Source
pub type AudioToControlQueue = BoundedLiveQueue<LiveAudioEvent>;
Expand description

Bounded queue carrying audio-thread events back to the control thread.

Aliased Typeยง

pub struct AudioToControlQueue { /* private fields */ }