var play = require('play').Play(); // play with a callback play.sound('./wavs/sfx/intro.wav', function(){ // these are all "fire and forget", no callback play.sound ...