Skip to content

Instantly share code, notes, and snippets.

@KaiaKitten
Created January 16, 2017 21:07
Show Gist options
  • Save KaiaKitten/18da9ce390ecf2d9e8999f092d9ab351 to your computer and use it in GitHub Desktop.
Save KaiaKitten/18da9ce390ecf2d9e8999f092d9ab351 to your computer and use it in GitHub Desktop.
#!/bin/sh
pactl load-module module-null-sink sink_name=duplex_out sink_properties=device.description="Duplex_out"
pactl load-module module-null-sink sink_name=app_out sink_properties=device.description="App_out"
pactl load-module module-loopback source=app_out.monitor
pactl load-module module-loopback source=app_out.monitor sink=duplex_out
pactl load-module module-loopback source=2 sink=duplex_out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment