Skip to main content

spawn_decode_thread

Function spawn_decode_thread 

Source
pub fn spawn_decode_thread(
    complete_tx: Sender<LoadedClipMessage>,
) -> DecodeThreadHandle
Expand description

Spawn the worker. Completion messages go to complete_tx (main thread). The main thread forwards them to the audio RT thread.