Skip to main content

Module decode

Module decode 

Source
Expand description

Audio decoder implementations.

See audio::create_decoder for the routing entry point.

Re-exports§

pub use mp3::Mp3Decoder;
pub use vorbis::VorbisDecoder;

Modules§

mp3
MP3 decoder wrapping the minimp3 crate (FFI to the MIT-licensed minimp3 C library).
vorbis
Vorbis decoder wrapping lewton (pure-Rust, MIT/Apache-2.0).