pub trait AudioCallback<'callback>: FnMut(&mut [u8]) + 'callback { }
Expand description

A type of the callback to interact with the raw audio buffer.

Implementors§