I'm under development of MP3 Decoder. in particular, I'm interested in voulmn normalization.
So looking for various data, I found your great documentation in the replaygain.org.
I'm wondering about the following formula of the Scale to the Replay Gain Secion (http://replaygain.hydrogenaudio.org/player_scale.html).
scale=10.^(replay_gain/20);
This formula is shown in the Decoder(Winamp plugin, MPG123 and so on) using ReplayGain.
I don't know what it is.
I was wondering if it is possible for me to get more details.
Thank you for reading.
