connornishijima / SensoryBridge

OSHW Advanced LED Audio Visualizer based around a hacky Discrete Fourier Transform
GNU General Public License v3.0
78 stars 10 forks source link

Possible method to optionally remove all harmonics from FFT #5

Closed connornishijima closed 1 year ago

connornishijima commented 1 year ago

Extra Note: while the C8 range is used as the reference frequency to start from, all iterations that are > the top frequency of the displayed FFT are skipped, since we can't observe them anyways.

connornishijima commented 1 year ago

Upon further investigation, this doesn't work as intended. It would just produce a spectrogram with all of the visible values at the bottom only, unintentionally creating a lame chromagram of sorts. I'll reopen if I think of any better options.