-1

I need an audio visualizer , the best i found made by unity

  • Learn about FFTs. See for example [this question](https://stackoverflow.com/questions/604453/analyze-audio-using-fast-fourier-transform) –  Nov 12 '18 at 07:52

1 Answers1

0

You weren't very specific, but if you are looking for a simple audio visualizer tutorial I personally followed this one and it worked really well. It shows you how to gather the audio data from a song, and of course you decide how to display it.

Hope it helps!

Simkoo
  • 74
  • 1
  • 10