Recorderjs icon indicating copy to clipboard operation
Recorderjs copied to clipboard

recording stutters on Chrome Android (Samsung Galaxy S4)

Open macrozone opened this issue 10 years ago • 8 comments

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?

macrozone avatar Sep 09 '14 21:09 macrozone

Can confirm this issue.

I can confirm this as well.

f-enye avatar Sep 20 '14 01:09 f-enye

I can confirm as well on S5.

TheRealCDay avatar Oct 06 '14 18:10 TheRealCDay

Please notify Chrome team about this

sheerun avatar Nov 16 '14 22:11 sheerun

Was this issue ever resolved?

psirenny avatar Dec 15 '15 18:12 psirenny

Starting from Google Chrome v49 supports MediaRecorder API - native API for audio recording

probil avatar Mar 22 '16 09:03 probil

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 ?

imalhasaranga avatar Oct 25 '16 16:10 imalhasaranga

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 }

majidmanzarpour avatar Oct 19 '19 19:10 majidmanzarpour