I'm working on a project that requires audio data to be streamed via HTTP to/from server.
We need to compress the audio data using SPEEX.
In Flash, we can use Alchemy and LibSpeex, but how can we do it in JavaScript. HTML5 can be used.
Thanks.
Peter