README
Play mp3 and wav files from the command line. (on Windows). For programmatic access see package mp3wav It uses open source cmdmp3.exe by Jim Lawless.
Global install
npm i mp3wav-cli -g
Run anywhere
mp3wav sample.wav
Play wav and mp3 files from command line. (Windows)
<script type="module">
import mp3wavCli from 'https://cdn.skypack.dev/mp3wav-cli';
</script>
Play mp3 and wav files from the command line. (on Windows). For programmatic access see package mp3wav It uses open source cmdmp3.exe by Jim Lawless.
Global install
npm i mp3wav-cli -g
Run anywhere
mp3wav sample.wav