Created
February 18, 2013 05:34
-
-
Save brandon-lockaby/4975292 to your computer and use it in GitHub Desktop.
pulseaudio configuration for recording stuff
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
pactl load-module module-null-sink sink_name=from_apps sink_properties=device.description="from_apps" | |
pactl load-module module-null-sink sink_name=to_rec sink_properties=device.description="to_rec" | |
pactl load-module module-loopback source=alsa_output.pci-0000_00_10.1.analog-stereo.monitor sink=to_rec | |
pactl load-module module-loopback source=from_apps.monitor sink=to_rec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment