pub fn audio_detect_format(data: &[u8]) -> AudioFormatExpand description
Sniff the container/codec from raw bytes (magic bytes / MP3 sync). Does not decode audio.
pub fn audio_detect_format(data: &[u8]) -> AudioFormatSniff the container/codec from raw bytes (magic bytes / MP3 sync). Does not decode audio.