Re: [ecasound] jack support

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

Subject: Re: [ecasound] jack support
From: Kai Vehmanen (k_AT_eca.cx)
Date: Wed Jan 16 2002 - 20:34:34 EET


On Wed, 16 Jan 2002, Jeremy Hall wrote:

> Could you give me a quick example on how to attach to different clients
> etc with jack support?

From an older message own mine:

--cut--
[jack_alsa]
ecasound -i null -f:f32_le,X,44100 -o jack_alsa,out
        - creates X output ports labelled 'ecasound:out_X'
        - makes connections 'ecasound:out_X' -> 'alsa:out_X'
        - similarly for inputs

[jack_multi]
ecasound -i null -f:f32_le,X,44100 -o jack_multi,out,alsa:out
        - like above but you can specify the target prefix
        - makes connections 'ecasound:out_X' -> 'alsa:out_X'

[jack_mono]
ecasound -i null -f:f32_le,1,44100 -o jack_mono,myoutput,alsa:out_26
        - creates 1 mono output port
        - makes connection 'ecasound:myoutput' -> 'alsa:out_26'

[jack_generic]
ecasound -i null -f:f32_le,X,44100 -o jack_generic,ecaout
        - creates X output ports with name 'ecasound:ecaout_X'
        - makes no implicit connections
--cut--

-- 
 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 : Wed Jan 16 2002 - 20:27:32 EET