Skip to content

Instantly share code, notes, and snippets.

@judavi
Created February 22, 2019 07:51
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 judavi/2f2289596f34d3cc87be21a2be082875 to your computer and use it in GitHub Desktop.
Save judavi/2f2289596f34d3cc87be21a2be082875 to your computer and use it in GitHub Desktop.
Add sink cards on Linux
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