- Home /
How to get mixer volume level in DB and RMS ?
Hi, I want to get levels from my master audio output group for some visualizations, I tried find something in AudioMixer and AudioMixerGroup but found nothing.
Posted something, but then realized you need the audio level of the group, not the volume set in the editor, right?
Yeah, I don't need level set, I need to monitor what is going on with true audio level.
I'm looking to do something similar, did you ever get this figured out?
Answer by skiedude · Aug 18, 2016 at 05:21 PM
Saw this post yesterday, the preferred answer sums it up quite well http://answers.unity3d.com/answers/165737/view.html
Thanks, I need this but post is for audioSource, I don't have methods like GetOutputData in audio mixer :(
If not possible in any other way, you probably could achieve this by writing a custom audio plugin? If you're willing to go that low level, but maybe there's an easier way. http://docs.unity3d.com/500/Documentation/$$anonymous$$anual/Audio$$anonymous$$ixerNativeAudioPlugin.html