mirror of
https://github.com/csd4ni3l/soundboard.git
synced 2026-06-02 10:46:11 +02:00
74d54d6927
in youtube downloader, use mp3 template instead of -x and --audio-format in the command,
7 lines
386 B
Bash
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
|