Displaying 1 result from an estimated 1 matches for "oggtest01".
Did you mean:
oggtest
2013 Jun 02
0
Is there an "off" switch to prepare to repeat a call to ogg123?
...g openSUSE 12.2 OS:Linux
3.4.42-2.28-desktop x86_64 Current user:ti at linux-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"...