Skip to content

afrasier/simple-soundboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super simple soundboard

Simply add audio files into the audio folder, and add an entry into the "sounds" array in index.html

Then, open index.html in your browser and you should be good to go.

Sound1.mp3 from http://soundbible.com/2183-Slot-Machine.html Sound2.mp3 from http://soundbible.com/2148-Chinese-Gong.html

Extra options for sound configuations

{
          "name": "Crowd (Generic)",
          "src": "crowd_sounds.mp3",
          "loop": true,
          "volume": 0.2
},

About

A super simple JavaScript and HTML soundboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages