Marak / play.js

play sound files from node.js to your speakers, simple as cake and kid approved!
www.maraksquires.com
160 stars 40 forks source link

disable console.log output #7

Open mrosseel opened 11 years ago

mrosseel commented 11 years ago

I'm using play.js in a command-line node script, the playing=> and completed=> messages are kinda distracting when mingled with my own output. Is there any way to disable them that I've overlooked?

shime commented 10 years ago

@mrosseel I'm not sure this project is still maintained. I've just added this functionality to my fork at shime/play.js.

These messages should be ignored by default.

mrosseel commented 10 years ago

@shime great, thx! I'll leave this issue open so people can find the way to your repo