A rewrite of the musiclight2 program in Rust.
Go to file
Thomas Kolb 942f66f7df Support overlapping FFT blocks
Now an arbitrary number of samples can be read and appended to the FFT
block. Old samples will be dropped such that only BLOCK_LEN samples
are in the memory buffer. Currently one half of the FFT block is
replaced per update.
2021-02-19 23:26:28 +01:00
src Support overlapping FFT blocks 2021-02-19 23:26:28 +01:00
.gitignore Initial commit 2021-02-16 22:44:31 +01:00
Cargo.lock Initial commit 2021-02-16 22:44:31 +01:00
Cargo.toml Initial commit 2021-02-16 22:44:31 +01:00