FMOD music visualizer

This program is supposed to visualize the spectrum of music with bars representing volumes of different frequencies and some squares representing volumes of bass and left and right channels. The program uses OpenGL 3.1 for graphics and FMOD for playing music and analyzing the spectrum. As FMOD does the actual analysis, this program does no FFT or anything else regarding spectrum analysis instead solely focusing on visualizing the data. There is still one important thing to notice: FMOD gives the spectrum using linear scale whereas sound spectrum is better visualized using logarithmic scale, so this program still needs to do that conversion.

THIS PROGRAM ON GITHUB DOWNLOAD SOURCE CODES AND EXECUTABLES

image

THIS PROGRAM ON GITHUB DOWNLOAD SOURCE CODES AND EXECUTABLES