paul-de-ruiter / Soundboard

Just a soundboard created as web-app with update notifications

Home Page:https://soundboard.rubens.website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soundboard

Adding sounds

You need to do two things.

Add the file to the ./sounds folder.

Open ./api/sounds.json and add the settings.

A sound has a few settings that are required: title, file and at least one of the filetypes boolean needs to be true, depending on the files you added.

filetypes

  • ogg
  • mp3
  • m4a

Example:

{
    "title" : "Womp Womp Womp",
    "subtitle" : "Sad Trombone",
    "file" : "sad-trombone",
    "mp3" : true,
    "m4a" : true
},

Develop:

npm run dev || npm start

Build

npm run build

Netlify Status

Serve

(production build) npm run serve

About

Just a soundboard created as web-app with update notifications

https://soundboard.rubens.website/


Languages

Language:JavaScript 71.2%Language:CSS 17.5%Language:Handlebars 11.4%