search for: testcymru

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

2013 Jun 02
0
Is there an "off" switch to prepare to repeat a call to ogg123?
...m in Konsole, all three sounds are heard, as expected. ????? #!/bin/bash ????? # oggtest01 ????? # shell script to play three sounds ????? FIRSTSOUND="/home/ti/OGG/OldJoe.ogg" ????? ogg123 FIRSTSOUND ????? SECONDSOUND="/home/ti/OGG/TestCymru-0001.ogg" ????? ogg123 SECONDSOUND ????? FIRSTSOUND="/home/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...