Expand description
PCM decoding helpers for WAV data.
This module provides utilities to decode raw PCM sample data from
super::Wav payloads into normalized floating-point samples.
Enums§
- PcmError
- Errors that can occur during PCM decoding.
Functions§
- decode_
pcm_ as_ float - Decodes the audio data into a vector of normalized
f32samples.