You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did that because I encountered a bug in Chrome for Android where it wouldn't want to play the audio from the URL generated from the encoded audio blob directly. The XHR call was simply the workaround that I could come up with at the moment.
It looks like since my comment on Feb 2, the bug has been fixed as of Chrome 50. I have not checked.
I will close this issue once the example source is fixed either by commenting the weird workaround, or getting rid of it because it is no longer needed.
PS: I did comment this workaround in an old version of the library here.
Found this question on stack overflow about the example and I could not answer it myself.
http://stackoverflow.com/questions/38187588/why-would-someone-make-an-xhr-to-an-url-generated-by-url-createobjecturl
Maybe we need a comment in the code explaining it?
The text was updated successfully, but these errors were encountered: