fn read_wav_pcm(path: &Path) -> Option<(Vec<f32>, u32)>
Read WAV file and return mono f32 samples + sample rate.