pcm2wav

Command line utility to convert .pcm files to .wav

Usage no npm install needed!

<script type="module">
  import pcm2wav from 'https://cdn.skypack.dev/pcm2wav';
</script>

README

pcm2wav

Command line utility to convert .pcm files to .wav

Installation

npm install -g pcm2wav

Usage

pcm2wav --in input.wav [--out output.wav] [--bitrate 16000] [--channels 1]

Thanks to

TooTallNate for being a Node.js God and making the node-wav library!