bvibber / audio-feeder

Small JS library to abstract Web Audio raw PCM output
Other
53 stars 7 forks source link

Remove webpack-specific require from the default entry point #20

Closed bvibber closed 8 years ago

bvibber commented 8 years ago

To fix for browserify, should avoid pulling in dynamicaudio.swf webpack file-loader by default. Make it accessible in a submarine as done on ogv.js.

bvibber commented 8 years ago

done