Files
soundboard/run_linux.sh
T
csd4ni3l 74d54d6927 Format code using Zed auto-formatter, display stderr along with stdout
in youtube downloader, use mp3 template instead of -x and --audio-format
in the command,
2026-05-01 22:03:07 +02:00

7 lines
386 B
Bash

cargo run
pactl list modules short | grep "module-loopback" | cut -f1 | xargs -L1 pactl unload-module
pactl list modules short | grep "Virtual_Microphone" | cut -f1 | xargs -L1 pactl unload-module
pactl list modules short | grep "Virtual_Mic_Source" | cut -f1 | xargs -L1 pactl unload-module
pactl list modules short | grep "Soundboard_Audio" | cut -f1 | xargs -L1 pactl unload-module