Skip to content

Commit

Permalink
Adds a few local sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed Apr 13, 2012
1 parent c3c467d commit ec0a297
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -83,10 +83,10 @@ class Kandan.Plugins.MusicPlayer

@nicknameToUrl: (url) ->
sounds = {
'claps' : 'golfclap.mp3'
'cheers' : 'cheers.mp3'
'ding' : 'ding.wav'
'chirp' : 'chirp.wav'
'claps' : 'golfclap.mp3',
'cheers' : 'cheers.mp3',
'ding' : 'ding.wav',
'gong' : 'gong.mp3'
}

fullUrl = null
Expand Down
Binary file added public/sounds/cheer.mp3
Binary file not shown.
Binary file added public/sounds/golfclap.mp3
Binary file not shown.
Binary file added public/sounds/gong.mp3
Binary file not shown.

0 comments on commit ec0a297

Please sign in to comment.