Skip to content

Instantly share code, notes, and snippets.

@brandon-lockaby
Created February 18, 2013 05:34
Show Gist options
  • Save brandon-lockaby/4975292 to your computer and use it in GitHub Desktop.
Save brandon-lockaby/4975292 to your computer and use it in GitHub Desktop.
pulseaudio configuration for recording stuff
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