| 24 | |
| 25 | pub const SAMPLE_RATE: u32 = 44_100; |
| 26 | #[cfg(feature = "playback")] |
| 27 | const BUILT_IN_MIXER_MAX_VOICES: usize = 4096; |
| 28 | // Drain control channels every N samples (~1.45ms @ 44.1kHz) instead of a |
| 29 | // try_recv per sample; matches the PARAM_REFRESH_SAMPLES cadence in dsp.rs. |
no outgoing calls