remove stop all sounds

This commit is contained in:
William Bell
2026-01-02 16:50:23 +00:00
parent 5f4727aae3
commit 228cf5439b

View File

@@ -2,9 +2,6 @@
STATE="$HOME/.soundboard" STATE="$HOME/.soundboard"
# 1. Stop all currently playing soundboard audio
./stop_all.sh
# 2. Restore default mic BEFORE unloading modules # 2. Restore default mic BEFORE unloading modules
DEFAULT_MIC=$(pactl info | grep "Default Source" | awk '{print $3}') DEFAULT_MIC=$(pactl info | grep "Default Source" | awk '{print $3}')
if [[ -n "$DEFAULT_MIC" ]]; then if [[ -n "$DEFAULT_MIC" ]]; then