Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Watching LXTerminal for outputs (secrets)

by simonshout (Initiate)
on Feb 04, 2013 at 01:26 UTC ( [id://1016884]=note: print w/replies, xml ) Need Help??


in reply to Re: Watching LXTerminal for outputs (secrets)
in thread Watching LXTerminal for outputs

Thank you but I have read most of the documentation on this already. My script is within an infinite while loop and I cannot have mpg321 stalling the script. So I have a "system("mpg321 song.mp3 &"); line that lets it play in the background without stopping the script. I know that backticks will return a value but in my case I have to wait for the song to be finished playing so I am unsure how to pull these values from the terminal.
  • Comment on Re^2: Watching LXTerminal for outputs (secrets)

Replies are listed 'Best First'.
Re^3: Watching LXTerminal for outputs (secrets)
by Anonymous Monk on Feb 04, 2013 at 02:33 UTC

    Thank you but I have read most of the documentation on this already.

    What? Why not use the modules? Or view their source to see what they do?

    My script is within an infinite while loop and I cannot have mpg321 stalling the script.

    POE is all about infinite loops, use POE::Component::Player::Mpg123, it won't stall

    So I have a "system("mpg321 song.mp3 &")

    That probably won't work, you should use IPC::Open3,like Audio::Play::MPG123 does ( [jargon://UTSL), see also perlipc

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1016884]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-19 01:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found