Skip to content

Instantly share code, notes, and snippets.

@tmpvar
Created May 9, 2011 19:11
Show Gist options
  • Save tmpvar/963170 to your computer and use it in GitHub Desktop.
Save tmpvar/963170 to your computer and use it in GitHub Desktop.
var sfml = require('nodesfml');
var crash = new sfml.Music();
crash.OpenFromFile(__dirname + '/crash.wav');
crash.Play()
setTimeout(function() { console.log('done'); }, 500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment