Module adpcm

Module adpcm 

Source
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§

AdpcmError
Errors that can occur during ADPCM decoding.

Functions§

decode_adpcm_as_float
Decodes the audio data into a vector of normalized f32 samples.