Expand description
§MoosicBox Opus Codec
RFC 6716 compliant Opus audio codec decoder for Symphonia.
This crate is under development.
Re-exports§
pub use decoder::OpusDecoder;pub use error::Error;pub use error::Result;pub use frame::FramePacking;pub use frame::OpusFrame;pub use frame::decode_frame_length;pub use packet::OpusPacket;pub use registry::create_opus_registry;pub use registry::register_opus_codec;pub use toc::Bandwidth;pub use toc::OpusMode;pub use toc::TocByte;
Modules§
- decoder
- Symphonia codec decoder implementation for Opus audio.
- error
- Error types for Opus codec operations.
- frame
- Opus frame structures and frame length decoding.
- packet
- Opus packet parsing and frame extraction.
- registry
- Codec registry helpers for Opus decoder integration.
- toc
- Table of Contents (TOC) byte parsing and Opus configuration types.