MinimServer Forum
Convolution by channel and different sample rate - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: MinimStreamer (/forumdisplay.php?fid=11)
+--- Thread: Convolution by channel and different sample rate (/showthread.php?tid=7806)



Convolution by channel and different sample rate - ditusade - 21-06-2026 04:54

Hi Simon,
I have 2 wav convolution file by left/right channel and have music mostly in varying sample rates.
Is there a way to apply convolution by each channel? If not, is there any workaround I can use e.g import in REW then export again?
Also, is there any way to pass on multiple convolution files based on sample rate? I understand this could be done by upsampling everything then apply a fixed sample rate convolution. But I wanted to avoid that route in case the upsampling is done after the convolution.
Thanks


RE: Convolution by channel and different sample rate - simoncn - 22-06-2026 20:16

You can apply different convolution filter files for different sample rates by following the instructions in this section of the MinimStreamer ueer guide.

It is possible to tell FFmpeg to use different convolution settings for left and right channels. For an example of how to do this, see this section of the FFmpeg documentation.


RE: Convolution by channel and different sample rate - ditusade - 23-06-2026 00:35

Excellent thanks Simon.