Expand description
WAV file loading (requires feature "wav").
WAV file loading (feature-gated behind "wav").
Supports mono and stereo 16-bit and 24-bit PCM WAV files.
Enums§
- WavError
- Errors that can occur during WAV loading.
Functions§
- load_
slab - Load a WAV file into a
SignalSlabready for sampler hot-swap.