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

hacked play.js so it does other stuff #4

Closed jamesonjlee closed 13 years ago

jamesonjlee commented 13 years ago

Now you can even get a handle to the raw player. And you can even just force it to use certain players, etc.

for web, nothing changes for cli it's now var play = require('play').Play();

Marak commented 13 years ago

Merge first, ask questions later.