Created
January 15, 2024 00:26
-
-
Save alexaisok/fa44f258daacb266ae7dd50cdccc9396 to your computer and use it in GitHub Desktop.
Enabling PulseAudio loopback on my mic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Load loopback module | |
pactl load-module module-loopback latency_msec=1 | |
# Unload loopback module | |
pactl unload-module module-loopback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment