Browse Source

Support number 1 key press recording

offline
decentral1se 3 years ago
parent
commit
b635361904
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 6
      voicegardens/static/voicegardens.js

6
voicegardens/static/voicegardens.js

@ -147,6 +147,12 @@ function gardenShapes() {
});
}
function keyPressed() {
if (keyCode === 49) {
record();
}
}
function setupRecording() {
/**
* Setup logic for sound recording.

Loading…
Cancel
Save