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
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
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
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]
4 matches
Mail list logo