Post Reply 
Convolver + ReplayGain
16-12-2023, 12:21 (This post was last modified: 16-12-2023 12:22 by AnnieBody.)
Post: #7
RE: Convolver + ReplayGain
Simon
After much trawling the internet and learning about ffmpeg audio I have found a working solution from the 'HydrogenAudio' support forum.
You need to include a 'noclip' option.

The previously reported method
stream options:
convOut=-af volume=replaygain=track
should be changed to:
convOut=-af volume=replaygain=track:replaygain_noclip=0

Again, after trialling how to put the convolver file first I now have my fully working convolver + replaygain method (modify as required):
stream.transcode:
mp3:wav24, flac:wav24;
stream options:
convOut=-i "C:\Internet\MinimServer\opt\bin\convolution\ORA10_HD650_Impulse.wav" -lavfi "afir=gtype=gn,volume=replaygain=track:replaygain_noclip=0"
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Convolver + ReplayGain - AnnieBody - 06-11-2023, 20:43
RE: Convolver + ReplayGain - simoncn - 06-11-2023, 21:20
RE: Convolver + ReplayGain - simoncn - 30-11-2023, 10:33
RE: Convolver + ReplayGain - simoncn - 04-12-2023, 12:07
RE: Convolver + ReplayGain - AnnieBody - 16-12-2023 12:21
RE: Convolver + ReplayGain - simoncn - 16-12-2023, 16:39

Forum Jump:


User(s) browsing this thread: 1 Guest(s)