pub type AudioBuffer = Vec<Sample>;
Buffer of audio samples.
pub struct AudioBuffer { /* private fields */ }