No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
voicegardens/static/voicegardens.js
|
|
@ -156,7 +156,7 @@ function gardenShapes() { |
|
|
|
let amp = sound.getPeaks(1)[0] * 100; |
|
|
|
let dur = sound.duration(); |
|
|
|
let shape = new GeneratedShape(sound, amp, dur); |
|
|
|
sound.play(); |
|
|
|
shape.sound(); |
|
|
|
shapes.push(shape); |
|
|
|
}); |
|
|
|
}) |
|
|
|