mattdiamond / Recorderjs

A plugin for recording/exporting the output of Web Audio API nodes
4.18k stars 1.46k forks source link

Doesn't work in Android 4.4.2 Chrome 42.0.2311.111 (and in native browser) #130

Open d668 opened 9 years ago

d668 commented 9 years ago

I created ~~~ (edit: sorry i killed the web app but anyway ) with Recorderjs codes without any changes. So it doesn't work on my Android 4.4.2

darrynten commented 9 years ago

:+1: having this issue too

javismiles commented 9 years ago

example works on desktop but not on chrome in android phone http://torchprinciple.com/tests/rec4/

Ngpriddy commented 8 years ago

There is a known bug on Google Chrome on Android that prevents a blob from being used on an audio tag. Is this the problem you are having? http://stackoverflow.com/a/38797028/4601393 This lists multiple ways to get this to work on Android. Also, Chrome requires an HTTPS connection now to use getUserMedia, if you are having trouble with that. There is not a work around for that.