How do I get the volume of certain pitches in an audio?

Hi. I am gonna attempt to make an audio visualizer script. But, first I need to understand how to get a number out of certain notes/pitches. I’m not sure how basic/complicated this is.

Can anyone help or link me any websites? Couldn’t find anything helpful online.

Audio visualizers are simple, using PlaybackLoudness in the Sound we are able to create a visualizer. You would simply just scale whatever it is to what the PlaybackLoudness is. If you need a good open source Audio visualizer ( if you are still confused ) I can provide one :smiley:

1 Like

Would using PlaybackLoudness allow me to create something like this?: https://gyazo.com/03d4eb9749ffca43dce702ae318846d6

Yes it would! Are you looking for a GUI or a visualizer with parts? There are many great ones that have parts, and can easily be turned into a GUI.

Parts probably. I think it might be easier for me to comprehend that way. Then later I can turn it into a GUI if I want.

This is a good sound visualizer I found on the catalog, you just change the sound and it plays it, customize it to how you like!

The Sound Visualizer ( I didn’t make this )

You could add, and customize it, the good part is it has the visualization scripts in there, so if you know what you’re doing you can just use that, and make it how you want it to be. :wink: Let me know if you need more help!

3 Likes