audiojs / web-audio-api

Node.js implementation of Web audio API
MIT License
826 stars 67 forks source link

1.0 release ideas/discussion #60

Open dy opened 7 years ago

dy commented 7 years ago

As discussed with @sebpiq, modularity is one of the goals for web-audio-api. So here are ideas for discussion for the first release.

jamen commented 7 years ago

Was looking through the source, looks like all modules are commonjs already. I will check that off.

I'm doing some misc changes like fixing links and package.json, travis, reaedme, etc. PR soon

Edit: Found some ES6 exports

jamen commented 7 years ago

Maybe we should also look into this test suite? Related https://github.com/audiojs/web-audio-api/issues/24