HOLO

stereo FIR filter to perform crosstalk cancellation


HOLO is a simulation of the fun Carver Sonic Hologram generator (yeah, we grew up in the late 70's...). It does some monkey-business with phase-cancellation between the two outputs of a stereo signal.

p-fields:

/* HOLO: stereo FIR filter to perform crosstalk cancellation

   p0 = outsk
   p1 = insk
   p2 = dur
   p3 = amp
   p4 = xtalk amp mult
 
*/
Sample scorefile:
rtsetparams(44100, 2)
load("HOLO")
rtinput("/snd/gocatgo.aiff")

HOLO(0, 0, 7.8, 1.0, 0.5)

AUTHORS

Doug Scott (netdscott-at-netscape.net)