15 lines
856 B
Markdown
15 lines
856 B
Markdown
# 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 and kills all the sounds currently playing. |