lc3-codec 0.2.0

An implementation of the LC3 audio codec for embedded systems (no_std)
Documentation
1
2
3
4
5
6
#![no_std]

pub mod common;
pub mod decoder;
pub mod encoder;
pub mod tables;