MCPcopy Create free account
hub / github.com/PerroEngine/Perro / sample_rate

Method sample_rate

perro_source/audio_stack/perro_pawdio/src/dsp.rs:224–226  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

222 // All-dry: the wet mix collapses to a passthrough, so skip the three
223 // delay-line read/writes entirely.
224 if echo_wet > 0.001 || reverb_wet > 0.001 {
225 self.ensure_wet_delay_lines();
226 let (Some(echo), Some(reverb_a), Some(reverb_b)) = (
227 self.echo.as_mut(),
228 self.reverb_a.as_mut(),
229 self.reverb_b.as_mut(),

Callers 2

newMethod · 0.45
start_streamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected