pub type SharedAudioSource = Arc<Mutex<dyn AudioSource + Send>>;
pub struct SharedAudioSource { /* private fields */ }