Re: [whatwg] Recorder audio and save to server

2015-04-06 Thread Narendra Sisodiya
Thanks, I am checking all these. @ Rob, I have seen MediaRecorder API, yesterday. It is the API for the exact same purpose I want but I have two unanswered question regrading API. 1) No where, they have mentioned about the encoding format. I have tested working demo but still still unable to

Re: [whatwg] Recorder audio and save to server

2015-04-06 Thread Robert O'Callahan
On Sat, Apr 4, 2015 at 9:28 PM, Narendra Sisodiya < naren...@narendrasisodiya.com> wrote: > Hi, > I am trying to do simple audio recording service. > with help of navigator.getUserMedia, I am able to record audio in wav > format. > MediaRecorder is designed for exactly this. https://developer

Re: [whatwg] Recorder audio and save to server

2015-04-06 Thread Roger Hågensen
On 2015-04-07 03:29, Grover Blue wrote: I would convert PCM at client. Not sure if this fits your needs, but heck out: https://github.com/audiocogs/ogg.js Definitely use websockets. socket.io is what you want. You don't need another else. Something to consider: if you've going to be playing

Re: [whatwg] Recorder audio and save to server

2015-04-06 Thread Grover Blue
I would convert PCM at client. Not sure if this fits your needs, but heck out: https://github.com/audiocogs/ogg.js Definitely use websockets. socket.io is what you want. You don't need another else. Something to consider: if you've going to be playing back the recorded audio (or broadcasting i