Browse Source

Try to force sound enabling for some browsers

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

2
voicegardens/static/voicegardens.js

@ -166,6 +166,8 @@ function setupRecording() {
aboutButton.class("button about");
microphone.start();
getAudioContext();
}
class GeneratedShape {

Loading…
Cancel
Save