jpemartins / speex.js

Speex codec in Javascript. Mirror from https://code.ua.pt/projects/speex-js
214 stars 63 forks source link

Need to reminify #10

Closed dbieber closed 10 years ago

dbieber commented 10 years ago

/dist/speex.min.js is out of date and is no longer a minified version of /dist/speex.js

jpemartins commented 10 years ago

Thanks for reporting! I was having issues with all the minifiers, because of the emscripten generated js. So for now I am just providing with closure compilter with simple optimizations.