MinimServer Forum
dsf replaygain not working on positive gain levels (+8.10 dB) - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: MinimStreamer (/forumdisplay.php?fid=11)
+--- Thread: dsf replaygain not working on positive gain levels (+8.10 dB) (/showthread.php?tid=7397)



dsf replaygain not working on positive gain levels (+8.10 dB) - hansb - 09-12-2024 12:13

Hi,

I have the following string in my stream.options:
convOut=-af volume=replaygain=track:replaygain_noclip=0
My transcode options:
dsf(64):wav24;176,dsf(128):wav24;192,flac:wav24;,mp3:wav24;,aiff:wav24;
Is my assumption correct that it is not possible to use positive levels (+ dB) when converting dsf files to wav files?
It works fine for flac files.
The positive replaygain level is not applied to dsf files.
Negative replaygain is applied to dsf files.
Low volume levels are most of the time on dsf rips from SACD or vinyl.
Is there any other method to fix this?
I can not use dsf files with positive replaygain levels in my playlists right now.
Thanks


RE: dsf replaygain not working on positive gain levels (+8.10 dB) - simoncn - 09-12-2024 13:04

You could try adding the noclip option as described in this post.


RE: dsf replaygain not working on positive gain levels (+8.10 dB) - hansb - 09-12-2024 14:35

Hi, I have the noclip option included, or do you mean the section before the volume part (i.e. i "C:\Internet\MinimServer\opt\bin\convolution\ORA10_HD650_Impulse.wav" -lavfi "afir=gtype=gn,)


RE: dsf replaygain not working on positive gain levels (+8.10 dB) - simoncn - 09-12-2024 14:41

Just this:

convOut=-af volume=replaygain=track:replaygain_noclip=0

If this doesn't solve it, I think you will need advice from an FFmpeg expert.