Expand description
ADPCM decoding helpers for WAV data.
This module provides utilities to decode ADPCM sample data from
super::Wav payloads into normalized floating-point samples.
Supported formats:
- MS ADPCM (0x0002)
- IMA ADPCM (0x0011)
Enums§
- Adpcm
Error - Errors that can occur during ADPCM decoding.
Functions§
- decode_
adpcm_ as_ float - Decodes the audio data into a vector of normalized
f32samples.