lc3-codec 0.2.0

An implementation of the LC3 audio codec for embedded systems (no_std)
Documentation
1
2
3
4
5
6
pub mod complex;
pub mod config;
pub mod constants;
pub mod dct_iv;
pub mod kissfft;
pub mod wav;