I am trying to create a spectogram hopefully from scratch using C++, that looks, more or less like this
it will take in audio from a mic, and just display the data, no need to write/read to binary files.
Now, I am lost as to what I need to know overall to create this program.
Currently, I am learning C++ fast, like all day non-stop. But, I get the feeling, it won't be done all in C++.
I am not asking for codes, just any advice how this could be achievable. using C++, in Window7