search for: testcymru0001

Displaying 1 result from an estimated 1 matches for "testcymru0001".

2013 Jun 02
0
Is there an "off" switch to prepare to repeat a call to ogg123?
.../ti/OGG/HowLovely.ogg" ? ????? ogg123 FIRSTSOUND But in perl, I am confounded. When any ONE of the system calls is left uncommented, the ONE sound is heard as expected. In other words, this works OK, playing OldJoe.ogg : ????? #!/usr/bin/perl -w ????? # system(`ogg123 /home/ti/OGG/TestCymru0001.ogg`) ????? system(`ogg123 /home/ti/OGG/OldJoe.ogg`) ????? # system(`ogg123 /home/ti/OGG/HowLovely.ogg`) And THIS works OK, playing TestCymru0001.ogg as it should: ??? ? #!/usr/bin/perl -w ????? system(`ogg123 /home/ti/OGG/TestCymru0001.ogg`) ????? # system(`ogg123 /home/ti/OGG/Old...