rivet-codec 0.1.4

GPU video decode/encode dispatch (NVDEC/NVENC, AMF, QSV) plus colorspace, tonemap, audio, and probe for the rivet transcoder. Imported as `codec`.
Documentation
1
2
3
4
5
6
7
8
9
//! Audio decoder implementations.
//!
//! See `audio::create_decoder` for the routing entry point.

pub mod mp3;
pub mod vorbis;

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