Re: [Alsa-user] how to play count times the same file with aplay

2007-02-09 Thread Bill Unruh
On Fri, 9 Feb 2007, Lee Revell wrote: > 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 pla

Re: [Alsa-user] how to play count times the same file with aplay

2007-02-09 Thread Lee Revell
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 a