pub trait AudioCallback: Sendwhere Self::Channel: AudioFormatNum + 'static,{ type Channel; // Required method fn callback(&mut self, _: &mut [Self::Channel]); }