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;