A simple soundboard desktop app (like EXP Soundboard).
It allows two sources: you can add your local sounds or play sounds from MyInstants
- 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)
- Use hotkeys to play sounds
- Mac compatibility
- Download the binary from the latest release
- For windows:
soundboard-Setup-0.0.x.exe
- For Linux:
soundboard-0.0.x.AppImage
- For windows:
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
Electron
React
React Router
Webpack
React Fast Refresh
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package
See our docs and guides here