Skip to content

Instantly share code, notes, and snippets.

@olexatourko
Created January 15, 2024 00:26
Show Gist options
  • Save olexatourko/fa44f258daacb266ae7dd50cdccc9396 to your computer and use it in GitHub Desktop.
Save olexatourko/fa44f258daacb266ae7dd50cdccc9396 to your computer and use it in GitHub Desktop.
Enabling PulseAudio loopback on my mic
# 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