This is a simple MusicVisualization App written in C++ and SFML.
I used Github Copilot to generate some of the code and fix issues.
This is a simple MusicVisualization App written in C++ and SFML.
I used Github Copilot to generate some of the code and fix issues.
I made a simple music visualization program written in C++ and SFML 3. It analyzes the audio data and generates visual effects based on the frequency spectrum. The hardest part was figuring out SMFL and Cmake but also getting it work in release. I am proud of the particles effect where it shows the peaks of the frequencies
Log in to leave a comment
It now renders the bars of the music
Log in to leave a comment
It can now output the frequency data. I am occuring a lot of problems because the docs and tutorials are tailored to sfml 2 and prior sub-versions but since SFML 3 (which i am using) the only reliable documetnation is the official one and that has a a very bad experience. Below it outputs the data of the 1st sample (music only started so it’s 0)
Log in to leave a comment
I have finally succedded in creating a window! I was struggling with compiler issues and cmak ebut now it finally created a window. This is my 1st c++ project so i am still figuring out things
Log in to leave a comment