summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-03-08 03:11:51 +0100
committerJules Laplace <julescarbon@gmail.com>2018-03-08 03:11:51 +0100
commit48f66e675f632d4ae837b3f8474569b3cfbceb56 (patch)
tree38901d77bb50b08c2c70e3827685b09d6d9825a7 /client
parented62e6db2c4a3ed5298d5b192843a0548fdce5c9 (diff)
mp3
Diffstat (limited to 'client')
-rw-r--r--client/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js
index 3db9ee6..e0f44bd 100644
--- a/client/index.js
+++ b/client/index.js
@@ -36,7 +36,7 @@ let sampler
requestAudioContext( () => {
// samplers.smash = new Sampler('samples/smash/g{}.mp3', 12)
- samplers.earth = new Sampler('samples/earth/earth{}.wav.mp3', 20)
+ samplers.earth = new Sampler('samples/earth/earth{}.mp3', 20)
// samplers.glass = new Sampler('samples/glass/0{}Particle.mp3', 20)
// samplers.kalimba = new Sampler('samples/kalimba/380731__cabled-mess__sansula-08-c-raw.wav', 10)
sampler = samplers.earth