pub fn read_audio_metadata(path: &Path) -> Result<AudioMetadata>Expand description
Read metadata tags from an audio file without decoding audio.
Container tags (e.g. Vorbis comments, ID3v2) are preferred; track-level tags (e.g. MP4 metadata) are used as a fallback.