Very basic signal processing all you know.
EQ, reverb, hrtf, crossfeed, custom effect, and so on...
load two wav impulse files and then
l_out = (l_in * left impulse file's left ch) + (r_in * right impulse file's left ch)
r_out = (r_in * right impulse file's right ch) + (l_in * left impulse file's right ch)
(I could have messed up description above....)
May we see it in the future.
http://people.bu.edu/edlarson/stereoconv.htmlthat's foobar's stereo convolver plugin for reference.
or
http://convolver.sourceforge.netmultichannel convolver for complex operation.