Linux support is done! Now they can hear you & you can speak, and you will not hear yourself.

This commit is contained in:
csd4ni3l
2026-02-05 18:53:53 +01:00
parent 320337567d
commit 6480c80cb4
2 changed files with 29 additions and 4 deletions

View File

@@ -2,4 +2,5 @@ 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 "Virtual_Mic_Source" | cut -f1 | xargs -L1 pactl unload-module
pactl list modules short | grep "Soundboard_Audio" | cut -f1 | xargs -L1 pactl unload-module