lc3_codec/common/
constants.rs

1// max number of spectral lines (matched to MAX_LEN_FREQUENCY)
2pub const MAX_LEN_SPECTRAL: usize = 400;
3
4// max number of audio samples
5pub const MAX_LEN_FREQUENCY: usize = 480;