Browse Source

Also try this magic

main
Luke Murphy 4 years ago
parent
commit
99a33185db
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 1
      voicegardens/static/voicegardens.js

1
voicegardens/static/voicegardens.js

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

Loading…
Cancel
Save