[LAU] Simple loop playing from command line
Paul Davis
paul at linuxaudiosystems.com
Tue Jan 11 20:57:19 UTC 2011
On Tue, Jan 11, 2011 at 3:47 PM, Ken Restivo <ken at restivo.org> wrote:
> On Tue, Jan 11, 2011 at 07:04:23AM -0500, Paul Davis wrote:
>> simplest?:
>>
>> #!/bin/sh
>>
>> while [ true ] ; do aplay -q $* ; done
>
>
> Aplay doesn't work with JACK (at least on my system, or at least I didn't see that in the manpage).
http://jackaudio.org/faq
to be clear, i should have added: aplay -D jack -q
More information about the Linux-audio-user
mailing list