mp3wav
v0.0.4
Published
Play wav and mp3 files from Node. (on Windows)
Downloads
3
Readme
This tiny module lets you play mp3 and wav files from Node (on Windows). It uses open source cmdmp3.exe by Jim Lawless. There is also a command line version. mp3wav-cli
let play = require('mp3wav')
play('sample.wav') // 186kb included in package
play('sample.mp3') // 20kb included in package
or run npm test.