TooTallNate / node-wav

`Reader` and `Writer` streams for Microsoft WAVE audio files
MIT License
181 stars 37 forks source link

Support for bext #23

Open infusion opened 7 years ago

infusion commented 7 years ago

Similarly to #22,

a PCM S16 LE file with 44100 / 16bit breaks with:

Error: bad "fmt id": expected "fmt ", got "bext"

Thanks!