Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
There's more than one way to do things
 
PerlMonks  

RE: heavy perl

by BlueLines (Hermit)
on Aug 23, 2000 at 02:50 UTC ( [id://29147]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to heavy perl

This doesn't look that hard though. According to the docs, something like this should work (I'll never know because I can't find the module anywhere on their site):
#!/usr/bin/perl -w use strict; use MPEG::MP3Play; my ($mp3_file)=@ARGV; print "Going to play $mp3_file...\n"; my $mp3=new MPEG::MP3Play (debug => 'all'); $mp3->open($mp3_file); $mp3->play; print "Finished playing $mp3_file\n";
I guess the tricky part is in dealing with the messge queue(??!!) from the SDK. Anyhow, this seems to be a very well documented module. I'm not sure what to tell you if you're having problems other than to read through all of the docs...

BlueLines

Disclaimer: This post may contain inaccurate information, be habit forming, cause atomic warfare between peaceful countries, speed up male pattern baldness, interfere with your cable reception, exile you from certain third world countries, ruin your marriage, and generally spoil your day. No batteries included, no strings attached, your mileage may vary.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://29147]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.