pub fn null_playback(buffer_size: usize, sample_rate: u32) -> PlaybackHandleExpand description
Silent fallback handle for when no audio device is available. Mixer math and IPC still run; nothing reaches speakers. App stays alive.
pub fn null_playback(buffer_size: usize, sample_rate: u32) -> PlaybackHandleSilent fallback handle for when no audio device is available. Mixer math and IPC still run; nothing reaches speakers. App stays alive.