Post Reply 
Convolution and Upsampling
21-07-2020, 13:18
Post: #17
RE: Convolution and Upsampling
(21-07-2020 09:31)simoncn Wrote:  My apologies. The -lavfi option value string contains a comma, so it needs to be quoted:

convOut=-i /share/ConvolutionFiles/Cor1S*.wav -lavfi "afir=gtype=gn[2];[2]volume=replaygain=album,aresample=resampler=soxr:precision=32"

Thank you for your response.
That syntax is not an error, but unfortunately ReplayGain does not work correctly.
I got the hint from your syntax and tried some syntax.
And I found a syntax where both the convolution filter and ReplayGain worked correctly. it's below.

Note: afir=gtype=gn option must appear at the end of all options.
Code:
convOut=-i /Users/home/Library/MinimServer/filters/conv48.wav -lavfi "volume=replaygain=album,aresample=resampler=soxr:precision=32,afir=gtype=gn"

Please let me know what you think, if anything is wrong with this syntax.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Convolution and Upsampling - mm2 - 10-07-2019, 17:50
RE: Convolution and Upsampling - mm2 - 12-07-2019, 14:07
RE: Convolution and Upsampling - mm2 - 13-07-2019, 13:22
RE: Convolution and Upsampling - mm2 - 14-07-2019, 16:28
RE: Convolution and Upsampling - mm2 - 16-07-2019, 17:31
RE: Convolution and Upsampling - mm2 - 27-07-2019, 16:24
RE: Convolution and Upsampling - yaslam - 21-07-2020 13:18

Forum Jump:


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