Displaying 2 results from an estimated 2 matches for "howlov".
Did you mean:
howls
2013 Jun 02
0
Is there an "off" switch to prepare to repeat a call to ogg123?
...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.ogg :
????? #!/usr/bin/perl -w
????? # system(`ogg123
/home/ti/OGG/TestCymru0001....
2013 Jun 02
0
ogg-dev Digest, Vol 89, Issue 1
Martin Leese wrote:
>> I have never used ogg123, and haven't used
>> Perl for seven years or so.
Which is why I had forgotten that Perl
statements that are not comments need to end
in a semi-colon. Try:
system(`ogg123 /home/ti/OGG/HowLovely.ogg`);
Regards,
Martin
--
Martin J Leese
E-mail: martin.leese stanfordalumni.org
Web: http://members.tripod.com/martin_leese/