Re: [ecasound] Inverting a chain?

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] Inverting a chain?
From: Kai Vehmanen (k_AT_eca.cx)
Date: Sun Jan 27 2002 - 18:23:48 EET


On Sun, 27 Jan 2002, Remco Poelstra wrote:

> I want to invert a chain, is that possible? If yes, how?

Yes, add a -ea:-100 to the chain. This will invert the phase.
As a quick test:

ecasound -a:1,2 -i foo.wav -a:1 -ea:-100 -a:1,2 -o /dev/dsp

... and you hear nothing as the inverted signal cancels the non-inverted
one. Adding a small delay to the first chain changes the situation:

ecasound -a:1,2 -i foo.wav -a:1 -ea:-100 \
         -a:2 -etd:0.5,0,1,100 -a:1,2 -o /dev/dsp

And to hear the effects of cancellation even better, let's
add a sine-oscillator to the mix:

ecasound -a:1,2 -i foo.wav \
         -a:1 -ea:-100 \
         -a:2 -etd:0,0,1,100 -kos:1,0.05,5,0.1,0 \
         -a:1,2 -o /dev/dsp

Yup, sounds like a phaser. :)

-- 
 http://www.eca.cx
 Audio software for Linux!

-- To unsubscribe send message 'unsubscribe' in the body of the message to <ecasound-list-request_AT_wakkanet.fi>.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sun Jan 27 2002 - 18:14:35 EET