Module audio_buffer

Source
Expand description

Provides an abstraction for audio buffers that works for [cpal] and [vst] layouts

Structs§

AudioBuffer

Functions§

clear
Set all samples of an AudioBuffer to Zero::zero
copy_from_interleaved
Copy from an interleaved buffer into a target non-interleaved buffer.
copy_into_interleaved
set_all
Set all samples of an AudioBuffer to a constant
to_interleaved