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

Method channels

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

Source from the content-addressed store, hash-verified

218 // the control; the audio thread takes it at the edge and never allocates.
219 wet: Option<Box<WetDelays>>,
220}
221
222impl<S> DspSource<S>
223where
224 S: Source<Item = f32>,
225{

Callers 4

newMethod · 0.45
start_streamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected