/soundboard-web

Base template for a webbased soundboard.

Primary LanguageJavaScript

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\>"
        }
    ]
}