Re: [linux-audio-user] Command-line app to run LADSPA plugins?

From: Adam Sampson <ats@email-addr-hidden>
Date: Fri Mar 02 2007 - 16:44:37 EET

Ken Restivo <ken@email-addr-hidden> writes:

> I'm looking for a simple command-line daemon to run a processing
> chain of LADSPA effects.

You're probably after ecasound:

ecasound \
         -i jack_auto -o jack_auto \
         -el:fbdelay_5s,0.5,0.2,0.5 \
         -el:freeverb3,0,0.12,0.05,0.1,0.5,0.9

By default that'll connect itself to alsa_pcm for input and output; if
you want to automatically connect to a different host's ports, you can
say something like "-i jack_auto,fluidsynth".

The numeric parameters after the plugin name are in the same order
that JACK Rack shows them in, so you can test your effects chain in
JACK Rack then fairly straightforwardly translate it to an ecasound
invocation. (Actually, perhaps JACK Rack should be able to give you an
ecasound command line, or should come with a tool to run a saved rack
with ecasound... that one's going on the projects list.)

-- 
Adam Sampson <ats@email-addr-hidden>                         <http://offog.org/>
Received on Fri Mar 2 20:15:02 2007

This archive was generated by hypermail 2.1.8 : Fri Mar 02 2007 - 20:15:02 EET