Last active
July 15, 2018 16:03
-
-
Save mikesmullin/5565234 to your computer and use it in GitHub Desktop.
open loopback between microphone and speakers for Ubuntu Linux. written in Bash
This file contains hidden or 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
#!/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