Skip to main content

Crate opus_decoder

Crate opus_decoder 

Source
Expand description

Public API for the pure Rust Opus decoder port.

The crate keeps the CELT and SILK internals close to libopus while exposing stable packet-to-PCM decoding entry points.

Structs§

OpusDecoder
High-level single-stream Opus decoder.
OpusMultistreamDecoder
Opus multistream decoder.

Enums§

OpusError
Errors returned by the public Opus decoding API.