Experience-Monks / audiobuffer-to-wav

convert an AudioBuffer to .wav format
MIT License
146 stars 23 forks source link

Converted the module to support ES6 #3

Open torch2424 opened 5 years ago

torch2424 commented 5 years ago

Hello!

I've been using audiobuffer-to-wav as a quick and dirty debugging lib for audio on my project WasmBoy. It's been the easiest tool I've found, so thank you very much for that!

However, though it would be nice to modernize the lib using rollup, as it would be great to support Node and Browsers 😄

P.S I know the PR looks big, it's all in the package-lock.json 🙃

Let me know what you think!

Screenshots of everything working

screen shot 2018-11-01 at 12 11 05 am screen shot 2018-11-01 at 12 11 36 am
torch2424 commented 5 years ago

Also, opened this as a discussion, if you would like to pull this in, let me know and I can also update the README 😄