Skip to content

This is a soundboard containing all kinds of funny sounds I collected with my friends at University.

Notifications You must be signed in to change notification settings

Paulsenik/soundboard-web

 
 

Repository files navigation

Soundboard

How it looks

Screenshot

How to configure

Place a mp3 file into sounds/ and add it to sounds.json.

Example:

{
    "\<category\>": [
        {
            "sound": "\<the name of your mp3 file without \".mp3\"\>",
            "text": "\<a label for the soundboard button\>",
            "color": "\<a color from type red, blue, yellow, green\>"
        }
    ]
}

About

This is a soundboard containing all kinds of funny sounds I collected with my friends at University.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.5%
  • HTML 21.1%
  • CSS 15.4%