soundboard Glecun
winget install --id=Glecun.soundboard -e
A simple soundboard desktop app (like EXP Soundboard).
Soundboard is a desktop app designed for quick access to audio clips and custom sounds. It allows users to organize and trigger sound files with ease, making it ideal for gamers, educators, streamers, or anyone needing instant audio playback.
Key Features:
- Intuitive interface for easy organization of sound files.
- Support for hotkeys or mouse clicks to trigger sounds instantly.
- Cross-platform compatibility, ensuring seamless use across different systems.
- Customizable with features like album art and labels for better file management.
Audience & Benefit:
Ideal for gamers looking to enhance their in-game experience, educators needing quick sound cues, streamers adding interactive elements, or professionals requiring precise audio playback. Soundboard simplifies workflows by providing instant access to sound files without switching apps.
Installable via winget, Soundboard offers a straightforward and efficient solution for managing and playing audio clips.
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