rust_musiclight/src/config.rs

4 lines
99 B
Rust

// definitions for the FFT
pub const BLOCK_LEN: usize = 512;
pub const SAMP_RATE: f32 = 48000.0;