decentral1se
4 years ago
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with
6 additions and
0 deletions
-
voicegardens/static/voicegardens.js
|
|
@ -147,6 +147,12 @@ function gardenShapes() { |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
function keyPressed() { |
|
|
|
if (keyCode === 49) { |
|
|
|
record(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
function setupRecording() { |
|
|
|
/** |
|
|
|
* Setup logic for sound recording. |
|
|
|