I have audioMixerGroup.audioMixer.GetFloat("AllVolume", out tmp);
tmp will have volume in db. I vant to convert db (-80, 0) to slider's value (0, 1).
in short, I need to do How to set a Mixer's volume to a slider's volume in Unity? just the other way around