pub trait AudioCallback<'callback>: FnMut(&mut [u8]) + 'callback { }
A type of the callback to interact with the raw audio buffer.