Small Tauri soundboard app for Windows and Linux.
This is a side project built to play sounds in voice chat/games through a virtual audio cable. It is usable, but not positioned as a polished product.
Install VB-CABLE first: https://vb-audio.com/Cable/
Use these device settings:
- In Soundboard:
Input Microphone: your real microphoneVirtual Output Device:CABLE Input
- In Discord/game:
Input Device / Microphone:CABLE Output
If CABLE Input / CABLE Output do not appear, reboot Windows after installing VB-CABLE.
- In-app auto-update is currently disabled on Linux.
- Update Linux builds manually from GitHub Releases: https://github.com/rndaom/Soundboard/releases
- For immutable distros like Bazzite, prefer the
.rpmpackage viarpm-ostreeover AppImage.
pnpm install
pnpm tauri devpnpm tauri buildgit tag vX.Y.Z
git push origin vX.Y.ZThe workflow builds artifacts and publishes them to a GitHub Release.
- Some hotkey changes may require app restart.
- On Windows, mic hotkey
push-to-talk/push-to-mutecurrently fall back to toggle behavior. - First run may download dependencies (FFmpeg/yt-dlp related tooling).
- Windows and Linux only (no macOS support).
MIT (LICENSE).