jpemartins / speex.js

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

Support for Chrome, Firefox, and Safari (instead of just Chrome) #5

Closed dbieber closed 10 years ago

dbieber commented 10 years ago

Firefox no longer supports createJavaScriptNode -- use createScriptProcessor. Also we now call the appropriate version of getUserMedia. Lots of trailing whitespace fixes because of my editor -- sorry to clutter the commit.

jpemartins commented 10 years ago

Hey David,

Thanks a lot for this! :)