Hello,
Is it possible to add a second argument to the $rg2sc function to make it possible to adjust the gain in iTunes.
The replaygain adjusts the volume to 89db. Sometimes the user want to adjust this value (for example 94 db)
Exemple :
if the field %REPLAYGAIN_ALBUM_GAIN% of the song is -1.40 db, the function
$rg2sc(%REPLAYGAIN_ALBUM_GAIN%) will give -1.40 db to iTunes.
if a function $rg2scadj(RG, x) is created the result send to iTunes will be RG + x db
$rg2scadj(%REPLAYGAIN_ALBUM_GAIN%, +5) will give +3.6 db to iTunes
A variant can be created to prevent clipping with e third argument using the REPLAYGAIN_ALBUM_PEAK field.
Example $rg2scadj(%REPLAYGAIN_ALBUM_GAIN%, %REPLAYGAIN_ALBUM_PEAK%, +5)
Is it possible to add this feature in a future release ?
Thanks in advance.
