read_wav_pcm

Function read_wav_pcm 

Source
fn read_wav_pcm(path: &Path) -> Option<(Vec<f32>, u32)>
Expand description

Read WAV file and return mono f32 samples + sample rate.