Created
February 22, 2019 07:51
-
-
Save judavi/2f2289596f34d3cc87be21a2be082875 to your computer and use it in GitHub Desktop.
Add sink cards on Linux
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
https://unix.stackexchange.com/questions/174379/how-can-i-create-a-virtual-output-in-pulseaudio | |
You can add a sink with | |
pacmd load-module module-null-sink sink_name=MySink | |
pacmd update-sink-proplist MySink device.description=MySink | |
You can add a loopback device with the command | |
pacmd load-module module-loopback sink=MySink |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment