I am using the newly implemented getUserMedia API and MediaStream APIs and want to record the captured audio stream.
I can capture the stream into blobs, but the data inside the blobs is either silence or in some format that I don't know.
I try to process it as though it is WAV file, or in PCM format. But I can't get much luck. The best I can get is silence of the same length as the recording.
A hint as to what format the raw data is inside the blob would be really helpful. Some sample code on how to return the captured the audio in a playable format to an html5 audio player on the same page would be out of sight.
Can anyone help with this?