[LAU] Simple loop playing from command line

Ken Restivo ken at restivo.org
Tue Jan 11 20:47:56 UTC 2011


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).

-ken


More information about the Linux-audio-user mailing list