Expand description
Audio encoders — PCM, FLAC, Opus, Vorbis.
Modules§
- flac
- FLAC encoder using libflac-sys directly (raw FFI with streaming callback).
- pcm
- PCM encoder — passthrough with WAV header.
Structs§
- Encoded
Chunk - Result of encoding a PCM chunk.
- Encoder
Config - Configuration for creating an encoder.
Traits§
- Encoder
- Trait for audio encoders.
Functions§
- create
- Create an encoder from config.