Expand description

Primitives related to audio graph rendering

Structs

Accessor for current crate::param::AudioParam values

Internal fixed length audio asset of RENDER_QUANTUM_SIZE sample frames for block rendering, basically a matrix of channels * [f32; RENDER_QUANTUM_SIZE] cf. https://webaudio.github.io/web-audio-api/#render-quantum

Single channel audio samples, basically wraps a Rc<[f32; RENDER_QUANTUM_SIZE]>

Traits

Interface for audio processing code that runs on the audio rendering thread.