Skip to content

Instantly share code, notes, and snippets.

@rumpl
Created May 10, 2011 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rumpl/964304 to your computer and use it in GitHub Desktop.
Save rumpl/964304 to your computer and use it in GitHub Desktop.
Play sounds or streams with node
var Naudio = require('./build/default/naudio').Naudio;
var naudio = new Naudio();
// Gimme some country!
naudio.play('http://72.13.81.178:8020', function () {
console.log("It's a stream, this never ends!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment