Also try this magic

This commit is contained in:
Luke Murphy 2020-02-15 21:43:32 +01:00
parent 10414e593e
commit 99a33185db
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -57,6 +57,7 @@ function record() {
* Start recording a sound.
**/
userStartAudio();
getAudioContext().resume();
if (microphone.enabled === true) {
recorder.record(recording);
}