Displaying 1 result from an estimated 1 matches for "microprogram".
2013 Jun 02
0
Is there an "off" switch to prepare to repeat a call to ogg123?
.../OGG/HowLovely.ogg`)
Also, THIS works, playing HowLovely.ogg
as anticipated.
????? #!/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`)
However, if I alter this microprogram
to try to play even ANY TWO of the sound files (as I did in the very
first shell script above), I get an error message.
????? #!/usr/bin/perl -w
????? # system(`ogg123
/home/ti/OGG/TestCymru0001.ogg`)
????? system(`ogg123
/home/ti/OGG/OldJoe.ogg`)
????? system(`ogg123
/home/ti/OGG/HowLo...