pub(crate) type SysAudioStreamSource = Box<dyn StreamSource>;
struct SysAudioStreamSource(/* private fields */);