summaryrefslogtreecommitdiff
path: root/client/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/index.js')
-rw-r--r--client/index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/index.js b/client/index.js
index 32ea27f..44984a7 100644
--- a/client/index.js
+++ b/client/index.js
@@ -28,8 +28,8 @@ let offsets = []
let loading = true
let player = new Tone.MultiPlayer({
- // applause: 'applause.mp3',
- applause: '0bB7tTknkDw.mp3',
+ applause: 'applause.mp3',
+ // applause: '0bB7tTknkDw.mp3',
}, () => {
loading = false
let data = player.buffers.get('applause').get().getChannelData(0)
@@ -160,4 +160,4 @@ function load() {
ctx.font = "100px " + choice(fonts)
ctx.fillStyle=color(Math.random())
ctx.fillText("LOADING!",window.innerWidth/2-250,window.innerHeight/2)
-} \ No newline at end of file
+}