Displaying 1 result from an estimated 1 matches for "firstsound".
2013 Jun 02
0
Is there an "off" switch to prepare to repeat a call to ogg123?
...-iqq6
System:openSUSE 12.2 (x86_64) KDE:4.8.5 (4.8.5) "release 2"
When I run this shell program 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 sy...