soundboard Glecun
winget install --id=Glecun.soundboard -e
A simple soundboard desktop app (like EXP Soundboard).
README
Soundboard
A simple soundboard desktop app (like EXP Soundboard). It allows two sources: you can add your local sounds or play sounds from MyInstants
Features
- Play sounds
- Play a random sound via "Ctrl + F1"
- Add or remove sounds
- Search sounds (minimum 3 characters to get from MyInstants)
- Modify audio output
- Modify the path of the json conf file (you can use your EXP Soundboard json conf file if you have one, it's compatible)
Missing features
- Use hotkeys to play sounds
- Mac compatibility
How to install
- Download the binary from the latest release
- For windows:
soundboard-Setup-0.0.x.exe
- For Linux:
soundboard-0.0.x.AppImage
- For windows:
To redirect the audio to a communication app (like Discord)
You need to install & setup Voicemeeter Banana and Virtual Audio Cable I personally followed two excellent videos from a youtuber to setup everything up, it is in French but you can watch it with subtitles or follow another video.
- Configure Voicemeeter Banana (you can skip parts for "external audio card" and "streaming") : https://www.youtube.com/watch?v=5jG3OGJ68cs
- Configure Virtual Audio Cable (replace EXP Soundboard by this app) : https://www.youtube.com/watch?v=8aNrYkZnhFM
Development
Stack
Electron React React Router Webpack React Fast Refresh
Starting Development
Start the app in the dev
environment:
yarn start
Packaging for Production
To package apps for the local platform:
yarn package
electron-react-boilerplate docs
See our docs and guides here