Skip to content

Instantly share code, notes, and snippets.

@iamgreaser
Created June 28, 2014 03:59
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 iamgreaser/e2471829f8e29cfd8c72 to your computer and use it in GitHub Desktop.
Save iamgreaser/e2471829f8e29cfd8c72 to your computer and use it in GitHub Desktop.
pulseaudio -> jack routing
# Make a copy of /etc/pulse/default.pa, save it to ~/.pulse/default.pa, and add these lines to the end:
load-module module-jack-sink channels=4
load-module module-jack-source channels=2
set-default-sink jack_out
set-default-source jack_in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment