rust_musiclight/src
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
..
config.rs Support overlapping FFT blocks 2021-02-19 23:26:28 +01:00
main.rs Support overlapping FFT blocks 2021-02-19 23:26:28 +01:00
signal_processing.rs Support overlapping FFT blocks 2021-02-19 23:26:28 +01:00