A tool to allow playback of sound clips through a simple click-based interface.
To run:
- Install NodeJS
clone
andcd
into the repo- Run
npm install
- Make sure your sounds are encoded with a supported codec and place them into the /public/sounds directory
- Run
node app
- 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