Re: [ecasound] Using Gverb with pan

From: Kai Vehmanen <kvehmanen@email-addr-hidden>
Date: Fri Apr 28 2006 - 09:48:01 EEST

Hi,

On Mon, 24 Apr 2006, Joel Roth wrote:

> Gverb docs (actually info from analyseplugin -- see below)
> seems to say that this effect converts one input to two
> outputs.
[...]
> ecasound -i one-channel.wav \
> -el:gverb,80,9,0.9,0.75,0,-6,-8 \
> -o alsa,stereo

the gverb output will be stereo, but with the above setup, the alsa device
might be opened in mono mode, so you'll only hear the first channel.
To work around this, open the the output in stereo mode and it should
work:

ecasound -i onech.wav -el:gverb,... -f:16,2,44100 -o alsa,stereo

To debug this, run with -ddd and looks for "(audiofx_ladspa)
Instantiated...". It should print out how many input and output ports are
really used for the LADSPA plugin loaded.

> If I use a chain setup as below with channel copy and
> panning, I hear reverb on both channels with the signal
> panned fully left, and no output with the signal panned
> fully right. (Sample chainsetup below.)

Yes, this happens because gverb only takes mono input (what is on the
first/left channel, and overrides any audio on the second/right channel).
To to work around this, put the panning chainop after gverb.

-- 
  links, my public keys, etc at http://eca.cx/kv
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ecasound-list mailing list
Ecasound-list@email-addr-hidden
https://lists.sourceforge.net/lists/listinfo/ecasound-list
Received on Fri Apr 28 12:15:03 2006

This archive was generated by hypermail 2.1.8 : Fri Apr 28 2006 - 12:15:03 EEST