Does anyone have an idea where I might start for essentially creating a visualization for mp3 files? It's something I've wanted to do for a while, I just have no clue where to begin...
Printable View
Does anyone have an idea where I might start for essentially creating a visualization for mp3 files? It's something I've wanted to do for a while, I just have no clue where to begin...
If you want to create one from scratch, you should start by learning the MP3 format and how to decode it, so you can extract the data you will need to create the visualizations.
You might be able to find a DLL that will handle the MP3 stuff for you and let you deal just with the bytes data for creating your visualization.
Googled "audio visualization in c#", cause sound interesting. Maybe this help?
http://www.codeproject.com/KB/audio-...undViewer.aspx
Looks interesting, but I can't seem to locate where a file is loaded or what it's basing its' visualization on...