Skip to content

Instantly share code, notes, and snippets.

@idlesign
Created November 14, 2015 10:23
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 idlesign/2e456d8e6c74dfe99658 to your computer and use it in GitHub Desktop.
Save idlesign/2e456d8e6c74dfe99658 to your computer and use it in GitHub Desktop.
Load/unload loopback (monitor sound from inputs) pactl
; load loopback (prints module number into console)
pactl load-module module-loopback latency_msec=1
; unload module by number (see above)
pactl unload-module {n}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment