Re: looping ogg123 file

2002-10-23 Thread Rob Weir
On Tue, Oct 22, 2002 at 03:05:48PM -0500, Lance Hoffmeyer wrote: > Any ideas on how to create a loop with ogg123 > so that I can play the same sound file over > and over again? Maybe play it only 3 times? I'm fairly sure TerminatorX can handle this sort of thing. -rob msg07600/pgp0.pgp De

Re: looping ogg123 file

2002-10-22 Thread Crispin Wellington
On Wed, 2002-10-23 at 04:05, Lance Hoffmeyer wrote: > Any ideas on how to create a loop with ogg123 > so that I can play the same sound file over > and over again? Maybe play it only 3 times? for i in `seq 1 3`; do ogg123 song.ogg; done there might be a small delay inbetween. To get rid of that

Re: looping ogg123 file

2002-10-22 Thread Claudio Bley
On Tue, 2002-10-22 at 22:05, Lance Hoffmeyer wrote: > Any ideas on how to create a loop with ogg123 > so that I can play the same sound file over > and over again? Maybe play it only 3 times? Is the following bash script okay for you? loopOgg() { local -i n=$1; shift; while [ $n -ne 0 ]; d

looping ogg123 file

2002-10-22 Thread Lance Hoffmeyer
Any ideas on how to create a loop with ogg123 so that I can play the same sound file over and over again? Maybe play it only 3 times? Lance -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]