mousiki 0.1.0

Pure Rust Opus decoder.
Documentation
1
2
3
4
5
6
7
8
9
10
#![no_std]

pub mod bitdepth;
pub mod decoder;
mod math;
pub mod oggreader;
pub mod packet;
pub mod range;
pub mod resample;
pub mod silk;