Menu

Getting convolution working

Colin
4 days ago
3 days ago
  • Colin

    Colin - 4 days ago

    Hey,

    I have a convolution crossfeed I use in linux with JamesDSP, which I'm
    trying to get working in Windows 11 with EqualizerAPO.

    This is the .wav I'm using -
    https://github.com/Audio4Linux/JDSP4Linux/blob/master/resources/assets/irs/CorredHRTF_Crossfeed.wav

    I thought I had it working. I'm definitely getting a crossfeed effect but
    it's just not sounding as it does with JamesDSP. These are the commands I'm
    using:

    Copy: L_TO_L=L L_TO_R=L R_TO_L=R R_TO_R=R
    Channel: L_TO_L L_TO_R R_TO_L R_TO_R
    Convolution: CorredHRTF_Crossfeed.wav
    Copy: L=L_TO_L+R_TO_L R=L_TO_R+R_TO_R

    Sample rate is set in windows to 48000 hz to match the wav. Perhaps my
    channel order is wrong, or maybe this wav just isn't compatible with how
    the EqualizerAPO convolver works?

    Any advice would be appreciated.

     
  • Peter Verbeek

    Peter Verbeek - 3 days ago

    Reading the wiki it seems a bit difficult to deal with the channels. But Equalizer APO does this internally so your Copy: commands are unnecessary and also resulting in mixing the left and right channels which need to remain separate. Hence the sound not matching the sound in JamesDSP.

    One way to go is by creating a stereo file (instead of the 4 channels one you now have) and just convolve it.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.