add instructions and license.

This commit is contained in:
William Bell
2026-01-02 15:36:16 +00:00
parent 0120c6b6b0
commit eb2e6ee917
2 changed files with 689 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# PULSE SOUNDBOARD
this is a bunch of script for having a basic terminal based soundboard system. I'm using this in conjunction with OpenDeck to add soundboard for discord and games like lethal company.
## Instructions
First of all, if you use pipewire or pulse audio, this should work out the box. most (if not all) modern linux distros use either of the two, so this should just work.
start by running `start_soundboard.sh`. this starts the soundboard sink, makes a virtual output device, sets it as default, and mixes it with you current default output device and the soundboard sink.
run `play.sh <path to your sound file>` to play whatever sound file you like from the soundboard.
running `stop_all.sh` kills all the sounds currently playing.
running `stop_soundboard.sh` ends the virtual soundboard.