Expand description
Audio decoder trait and implementations.
Modules§
- f32lz4
- F32 LZ4 decoder — lossless compressed f32 audio.
- flac
- FLAC decoder using symphonia.
- opus
- Opus decoder using opus-decoder (pure Rust, no C dependencies).
- vorbis
- Vorbis decoder using symphonia.
Structs§
- PcmDecoder
- PCM decoder — passthrough. Parses the RIFF/WAV header to extract sample format.
Traits§
- Decoder
- Audio decoder trait — matches the C++
Decoderinterface.