mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 01:06:12 +00:00
add metallophone, switch sounds to bells
This commit is contained in:
parent
63294f740a
commit
75cb4e523c
2 changed files with 3 additions and 3 deletions
6
app.js
6
app.js
|
@ -42,9 +42,9 @@
|
|||
}
|
||||
try {
|
||||
loadSound('assets/whoosh.mp3', 'block');
|
||||
loadSound('assets/splash-tiny.mp3', 'tx-sm');
|
||||
loadSound('assets/splash-medium.mp3', 'tx-md');
|
||||
loadSound('assets/splash-big.mp3', 'tx-lg');
|
||||
loadSound('assets/bell.mp3', 'tx-sm');
|
||||
loadSound('assets/wood-hit-glass.mp3', 'tx-md');
|
||||
loadSound('assets/metallophone.mp3', 'tx-lg');
|
||||
loadSound('assets/creek.mp3', 'background', function() {
|
||||
backgroundSound = audioContext.createBufferSource();
|
||||
backgroundSound.buffer = soundBuffers['background'];
|
||||
|
|
BIN
assets/metallophone.mp3
Normal file
BIN
assets/metallophone.mp3
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue