pub fn decode_pcm_as_float(wav: &Wav) -> Result<Vec<f32>, PcmError>Expand description
Decodes the audio data into a vector of normalized f32 samples.
Samples are interleaved (e.g., L, R, L, R for stereo).
Normalized samples are in the range [-1.0, 1.0].