pub(crate) type AudioBufferOptions = AudioBufferOptions;Aliased Type§
pub(crate) struct AudioBufferOptions {
pub length: u32,
pub numberOfChannels: u32,
pub sampleRate: Finite<f32>,
}Fields§
§length: u32§numberOfChannels: u32§sampleRate: Finite<f32>