Are there any ways to specifically increase the Global Volume beyond 1.0 limit?

Hey there! Just wondering if there are any ways to adjust the Global Volume beyond the max 1 limit (in Project Settings > Audio > Global Volume), (excluding using other alternate ways like external sound volume boost software, raising the audio waves/the sound file track output itself in external sound editing software, using Unity Audio Amplifier connected to the sounds to increase their volume, or the volume slider on each audio source; only/alone, specifically, raising the Global Volume above 1 max value; as the global sound is too low at 1 maximum value and the other alternate means are wished to not be used (to not overprocess sound) for preserving sound quality in original sound file. Is there a script that does that (I found one on Asset Store that might do that/like multiplying the Global Volume specifically output beyond 1 max unit)? Any help is greatly appreciated! Thank you very much.

It’s normalised between 0-1. So no. If you want louder sound you could make sure those sounds are either normalised which would make their peaks are at max volume or you could use dynamic range compression them which would squash the peaks down reducing difference between the loudest and quietest sounds. Then apply either normalisation or manually attenuate the volume to make up for the loss in it.

Dear sacredgeometry,
Thank you for your help.