pub fn is_audio_extension_lowercase(ext_no_dot: &str) -> bool
Path::extension() lowercased, no dot — e.g. "wav", "m4a".
Path::extension()
"wav"
"m4a"