cwilso / AudioRecorder

Simple live audio file recorder, based on RecorderJS
MIT License
421 stars 168 forks source link

AudioContext requires user gesture #33

Open rowild opened 4 years ago

rowild commented 4 years ago

Currently the app does not work, because nothing starts the AudioContext, which requires a user gesture.

How can this be solved?