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