No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
0 deletions
-
voicegardens/static/voicegardens.js
|
@ -57,6 +57,7 @@ function record() { |
|
|
* Start recording a sound. |
|
|
* Start recording a sound. |
|
|
**/ |
|
|
**/ |
|
|
userStartAudio(); |
|
|
userStartAudio(); |
|
|
|
|
|
getAudioContext().resume(); |
|
|
if (microphone.enabled === true) { |
|
|
if (microphone.enabled === true) { |
|
|
recorder.record(recording); |
|
|
recorder.record(recording); |
|
|
} |
|
|
} |
|
|