Module pcm

Module pcm 

Source
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 f32 samples.