lc3-codec 0.2.0

An implementation of the LC3 audio codec for embedded systems (no_std)
Documentation
1
2
3
4
5
// max number of spectral lines (matched to MAX_LEN_FREQUENCY)
pub const MAX_LEN_SPECTRAL: usize = 400;

// max number of audio samples
pub const MAX_LEN_FREQUENCY: usize = 480;