NULL filter?

whoareyou

Member
Thread Starter
Joined
Dec 23, 2021
Posts
235
More  
Main Amp
Benchmark AHB2
Additional Amp
ATI AT525NC
DAC
Exasound E38
Computer Audio
JRiver
Front Speakers
Psb synchrony one
Center Channel Speaker
PSB synchrony one C
Surround Speakers
Revel m105
I'd like to create filter that only does channel mapping (cfg + wav). in Jriver i.e. what I refer to as NULL filter.
It seems that deleting the wav files for the filter accomplishes this,
Does this make sense?
 
I'd like to create filter that only does channel mapping (cfg + wav). in Jriver i.e. what I refer to as NULL filter.
It seems that deleting the wav files for the filter accomplishes this,
Does this make sense?

I think JRiver allows you to do that directly.
In DSP Studio, select Parametric equalizer, then add "mix Channel". You can choose a source channel, a destination channel and whether you want to swap one for he other, copy, move, add, substract. So hopefully you can create whatever map you want.
 
I think JRiver allows you to do that directly.
In DSP Studio, select Parametric equalizer, then add "mix Channel". You can choose a source channel, a destination channel and whether you want to swap one for he other, copy, move, add, substract. So hopefully you can create whatever map you want.
Yes, that is true, but the purpose of the filter is to use with hang loose convolver to make comparison between no filter and AL filters.
 
Yes, that is true, but the purpose of the filter is to use with hang loose convolver to make comparison between no filter and AL filters.

Ahh!
This is going to require a bit of nerding out, but it can be done. I haven't tested it thoroughly but give it a try.
So I created a wav file that's an impulse of 1 and has a tap length of 131072. It's a single channel wave file. I Called it null.wav
the cfg file looks (in my example) looks like this:
44100 2 2 0
0 0
0 0
null.wav
0
0.0
1.0
null.wav
0
1.0
0.0
It selects null.wav channel 0 (the only channel in this identity wav file), convolves channel 0 (left stereo signal) and outputs it to channel 1 (right stereo signal).
Then, It selects null.wav channel 0 (the only channel in this identity wav file), convolves channel 1 (right stereo signal) and outputs it to channel 0 (left stereo signal).

So it swaps right for Left.

If you want to use it in your own case scenario, just replace in your cfg file :

*.wav
x

with

null.wav
0

It should give you a null filter with the same channel assignment as your filter.
 

Attachments

Yes, that is true, but the purpose of the filter is to use with hang loose convolver to make comparison between no filter and AL filters.
If my explanation was not clear, post your zip file here, I'll modify it for you.
 
Are you using passive or active system? If the latter you can build a crossover only filter with no frequency or time domain correction and compare that.
 
If my explanation was not clear, post your zip file here, I'll modify it for you.
Thanks very much for this. Now that I've had chance to think about this some more, I don't think this makes sense for anything but 2 channel system. In my case I have 5.1 system with parallel subs (on the .1 sub channel) and each speaker also has crossover. So, just passing everything through seems to just not work.
 
Are you using passive or active system? If the latter you can build a crossover only filter with no frequency or time domain correction and compare that.
It's passive system.
Great suggestion!
 
Back
Top