Skip to content

Instantly share code, notes, and snippets.

@flavienbwk
Created January 27, 2021 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flavienbwk/8bc9773e6a8c7f5106e7ccf6b5fca506 to your computer and use it in GitHub Desktop.
Save flavienbwk/8bc9773e6a8c7f5106e7ccf6b5fca506 to your computer and use it in GitHub Desktop.
Enable or disable your microphone loopback sound on Ubuntu.

Enable mic loopback

pactl load-module module-loopback latency_msec=1

Disable mic loopback

pactl unload-module module-loopback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment