Expand description
Audio decoder trait and implementations.
Modules§
- 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.