fix shi up

This commit is contained in:
Soph :3 2025-11-11 11:31:50 +02:00
parent 33a38d3547
commit 81337b7f4b
3 changed files with 10 additions and 46 deletions

View file

@ -291,11 +291,6 @@ fn pick_stream_config(
Ok((default_cfg.config(), sf))
}
/// Build and return a CPAL input stream that performs:
/// - downmix to mono
/// - convert to i8 PCM [-128,127]
/// - DFPWM encode in frames
/// - broadcast frames over a channel
fn build_cpal_stream(
device: &Device,
cfg: &StreamConfig,