Re: [Jackit-devel] Re: [ecasound] new ecasound jack plugin

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

Subject: Re: [Jackit-devel] Re: [ecasound] new ecasound jack plugin
From: Kai Vehmanen (kai.vehmanen_AT_wakkanet.fi)
Date: Fri Dec 21 2001 - 03:43:21 EET


Sorry for the mailbox bombing but here yet another JACK plugin mail...

> ecasound -i null -f:f32_le,X,44100 -o jack_alsa,out
> ecasound -i null -f:f32_le,X,44100 -o jack_multi,out,alsa:out
> ecasound -i null -f:f32_le,1,44100 -o jack_mono,myoutput,alsa:out_26
> ecasound -i null -f:f32_le,X,44100 -o jack_generic,ecaout

The param order just changed in CVS. The 'portgroup' param is now always
the last one, so you can leave it out if you don't need to label
individual ports. So the correct format is:

ecasound -i null -f:f32_le,X,44100 -o jack_alsa,myport
ecasound -i null -f:f32_le,X,44100 -o jack_multi,alsa_pcm:out,myport
ecasound -i null -f:f32_le,1,44100 -o jack_mono,alsa_pcm:out_X,myport
ecasound -i null -f:f32_le,X,44100 -o jack_generic,myport

And the ",myport" part can optionally be left out.

-- 
 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 : Fri Dec 21 2001 - 03:37:06 EET