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 you are going to have to probably do your own code ussing the ogg libraries. Kind Regards Crispin Wellington
signature.asc
Description: This is a digitally signed message part