pub trait RawAudioOutput: Sized {
    fn raw_audio(&mut self, frame: &mut audio_data);
}

Required Methods

Implementors