[LAU] Simple loop playing from command line

Paul Davis paul at linuxaudiosystems.com
Tue Jan 11 12:04:23 UTC 2011


simplest?:

#!/bin/sh

while [ true ] ; do aplay -q $* ; done


More information about the Linux-audio-user mailing list