GetSpectrumData on AudioMixer/Group?

This is a quick question - without writing custom plugins, is it possible to get the spectrum data off a AudioMixer/Group?

I know it’s possible to get from the AudioSource/AudioListener - but being able to pull it off a group would be a lot more useful; especially when accounting for volume settings.

2 Likes

Yes exactly this, I want to have the vu /peak levels of the different groups at runtime available in code. Spectrum data is nice, but volume would do for now.