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
Check out node-groove - Node.js binding to libgroove:
This library provides decoding and encoding of audio on a playlist. It is intended to be used as a backend for music player applications, however it is generic enough to be used as a backend for any audio processing utility.
Disclaimer: I wrote the library, which is free, open source, and not affiliated with any product, service, or company.