How to write a web-based music visualizer?

前端 未结 4 592
长发绾君心
长发绾君心 2020-11-29 08:38

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

4条回答
  •  春和景丽
    2020-11-29 09:37

    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.

提交回复
热议问题