Skip to content

Instantly share code, notes, and snippets.

@mikesmullin
Last active July 15, 2018 16:03
Show Gist options
  • Save mikesmullin/5565234 to your computer and use it in GitHub Desktop.
Save mikesmullin/5565234 to your computer and use it in GitHub Desktop.
open loopback between microphone and speakers for Ubuntu Linux. written in Bash
#!/bin/sh
echo to unload, combine on same line:
echo pactl unload-module # to unload
pactl load-module module-loopback; #latency_msec=1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment