pub fn load_audio(path: &str) -> Result<Vec<f32>>
Load audio file and return 16kHz mono f32 PCM samples.
If the file is not WAV, tries ffmpeg conversion automatically.