Recorderjs
Recorderjs copied to clipboard
recording stutters on Chrome Android (Samsung Galaxy S4)
Recorderjs works on Chrome on Android, but the recorded file stutters. I could not test it on other devices. I tested it on the latest chrome (37) on Android. The device is a Galaxy S4 (active) with Android 4.4.2.
Do you observe the same?
Can confirm this issue.
I can confirm this as well.
I can confirm as well on S5.
Please notify Chrome team about this
Was this issue ever resolved?
Starting from Google Chrome v49 supports MediaRecorder API - native API for audio recording
I'm aware that MediaRecorder api is available on android chrome, but I would still like to use recorder.js for android browsers which supports only getUserMedia, and i'm starting to seeing a similar result on all the android browsers. I tried changing the sample rate and bitrate nothing seems to working any idea ?
h/t to @lostrepo for finding this, the problem seems to have to do with the echo cancellation feature
If I set it to false in my app, I don't get the distortion on Android Chrome:
var constraints = { audio: { echoCancellation: false }, video: false }