Re-exports§
pub use silk::SilkResampler;pub use silk::SilkResamplerDown1_3;pub use silk::SilkResamplerDown1_6;pub use celt::CeltDecoder;pub use celt::CeltEncoder;
Modules§
Macros§
- tell_
frac_ inline - Inline macro for tell_frac computation to avoid function call overhead. This should be used in hot loops where tell_frac is called frequently.
Structs§
- Opus
Decoder - Opus
Encoder - Stage
Timer Guard - Helper for timing encoder stages. Prints breakdown on drop when STAGE_TIMING env var is set.