I\'m currently using child_process and command-line mplayer to play audio on the local machine, with my Node.JS application. This works, but it\'s not really an exc
mplayer
Simplest I've found (on Mac OS) is to use
exec('afplay whatever.mp3', audioEndCallback)