1 2 3 4 5 6
//! The `ruopus.lowlevel` submodule: direct access to the SILK and CELT //! layers beneath the Opus packet codec. These are advanced building blocks; //! ordinary use should prefer the top-level `OpusEncoder`/`OpusDecoder`. pub mod celt; pub mod silk;