Building an Audio Visualizer in C using Fast Fourier Transform(FFT) and XCB

I made this project to understand how audio data can be analyzed and displayed visually. The idea was to take a WAV file, process its samples using Fast Fourier Transform (FFT), and show the frequency spectrum in a window using XCB (X11 protocol), all in C.
Read more...


















