Convolver Config examples |
|
This page sets out some example config files for version 3.0 and above. If you have some further examples, please let me have them for addition here. Applying mono impulse response files channel by channelSuppose that you have two 44.1kHz mono impulse response files LeftIR.wav and RightIR.Wav, then
will apply Left.wav to the first input channel without scaling (0.0) and send the result to the first output channel without scaling (0.0). Similarly for the second (right) channel. Applying a stereo impulse response file channel by channelSuppose that you have a single 44.1kHz stereo impulse response file StereoIR.Wav, then
will apply StereoIR.wav to the stereo input, channel by channel, and generate the stereo output. This is equivalent to selecting the Stereo.wav file directly, instead of selecting the config file. A cross-talk cancellation / head-related transfer function (HRTF) networkSuppose that we have two stereo filters HL.wav and HR.wav with channels HLl and HLr, and HRl and HRr and we want to generate Yl = Xl * HLl + Xr * HRl where X represents the input and Y the output, and * is the convolution operation. This can be accomplished by the following config file:
Note that the outputs for each channel are summed, as required. You may want to try this with David Wareing's stereo dipole files David_Wareing3_Left.wav and David_Wareing3_Right.wav. This sort of setup can also be used to get "true stereo". In the first example above, you are using a single stereo with the stereo input meaning that each input channel is processed with a single channel of the impulse response file (which is also what happens when you select a stereo impulse response sound file and apply it to a stereo source). This approach works well with non-panned mono signals. But if you pan the input the output will be also panned, but its reverb structure will remain the same. This may not sound good, especially when mixing several panned sources. Two stereo reverb impulses routed to two outputs, as in this example, should make things better. You can also add further filter paths to mix in ambience and overhead microphones, etc. To make things more complex: Binaural effect of a 5.1 movieIf you had the stereo impulse response of the "Dolby Headphone - Live" setting of PowerDVD, for example, which you might generate by
(See DRC for more details.) You can generate stereo from the 5.1 input with the following config:
In the above the inputs are scaled by 0.5 and the outputs by 0.2. It would be more efficient not to scale and to apply the attenuation factor, since the scaling is a common factor throughout. As a further variation, see Peter Fischer's panned binaural demonstration walkthough. Cross-overIf you had a high-pass filter high.wav and low-pass filter low.wav, then you could send the left channel (0) high frequencies to channel 0 and the low frequencies to channel 2 and the corresponding right channel frequencies to channels 1 and 3 by means of the following config file:
|
Send mail to
with questions or comments Convolver or about this web
site.
|