mattdiamond / Recorderjs

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

fails in android #136

Open javismiles opened 9 years ago

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. 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.