jussi-kalliokoski / audiolib.js

audiolib.js is a powerful audio tools library for javascript.
http://audiolibjs.org/
672 stars 58 forks source link

Mobile Safari support? #76

Closed JackCA closed 11 years ago

JackCA commented 11 years ago

Is anyone aware of a technique for getting audiolib.js to work in mobile safari (iOS)?

jussi-kalliokoski commented 11 years ago

If create the Sink instance in an event handler that responds to a touch event, it should do the trick. Unfortunately I can't test so I'm not sure.

P.S. Sorry for late response!

JackCA commented 11 years ago

Thanks! I'll give that a shot

jussi-kalliokoski commented 11 years ago

Assuming the trick works; Closing.