Skip to content

dogodigi/soundboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soundboard for Live Performance

A tool to allow playback of sound clips through a simple click-based interface.

To run:

  1. Install NodeJS
  2. clone and cd into the repo
  3. Run npm install
  4. Make sure your sounds are encoded with a supported codec and place them into the /public/sounds directory
  5. Run node app
  6. Navigate to http://127.0.0.1:3000 in your modern browser.

To-do list:

  • Per-clip volume control
  • Looping
  • Nicer UI
  • Fix large files bug
  • Make it easier to use for non-tech-folk

About

Soundboard for Live Performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • CSS 23.6%
  • HTML 18.2%