Can unity re-act to audio bass and change the scene when a bass is played?

Can unity re-act to audio bass and change the scene when a bass is played?

For example if there is a heavy a bass note in audio can a light change color? Or is unity not capable of this?

there is actually a package in the Asset store which does this! buy it and use it

Any idea what is called? I cant find it.

hmm Visualizer Studio, but there's another one too ...

1 Answer

1

Async?

You will need to have either a premade “script” (not as in code) for a variable to follow, or use sound recognition and find a way to pick out the difference between tones.

Any idea where I could find some information about sound recognition for unity? I can't find anything.