On 2/8/07, Laszlo Barabas <[EMAIL PROTECTED]> wrote:
>
> Question2:
>  How do  can I say the count number  to play the file with aplay? In the
> rplay we had the --count switches?
> Is it some similar switches available for aplay?

If you want to play file.wav 10 times:

$ for i in `seq 1 10`; do aplay file.wav; done

Lee

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to