I\'m trying to find the best approach to build a music visualizer to run in a browser over the web. Unity is an option, but I\'ll need to build a custom audio import/analysi
Depending on complexity you might be interested in trying out Processing (http://www.processing.org), it has really easy tools to make web-based apps, and it has tools to get the FFT and waveform of an audio file.