[LAU] Simple loop playing from command line
Joel Roth
joelz at pobox.com
Wed Jan 12 01:15:08 UTC 2011
On Tue, Jan 11, 2011 at 11:22:05PM +0100, Esben Stien wrote:
> This works here:
>
> //play loop while recording
> ecasound -t:3600 -a:1 -i:jack_auto,default -o:recordfile.wav -a:2 -i:audioloop,dance_of_the_engineer__prod_b0ef.wav -o:jack_auto,default
FWIW, jack_auto is deprecated as of 2.6.0. You can do it all
using just 'jack':
input from soundcard: -i:jack,system
output to soundcard: -o:jack,system
--
Joel Roth
More information about the Linux-audio-user
mailing list