Created
January 16, 2017 21:07
-
-
Save KaiaKitten/18da9ce390ecf2d9e8999f092d9ab351 to your computer and use it in GitHub Desktop.
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 | |
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