I'm trying to create a program that reads a .wav file and gets the spectrum data from it. So basically a audio visualizer. However all online examples seem to use an audio driver hook, whereas I want to read .wav data.
Please help, I have no idea how to do this.
I'm using C# in winforms.
Please help, I have no idea how to do this.
I'm using C# in winforms.