Skip to content

Instantly share code, notes, and snippets.

@dehuszar
Created June 22, 2020 17:00
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 dehuszar/26c49252d9b9e91a7a0d215849054ba8 to your computer and use it in GitHub Desktop.
Save dehuszar/26c49252d9b9e91a7a0d215849054ba8 to your computer and use it in GitHub Desktop.
This Pulse-Audio focused script sets up a null-sink and loopback that makes adding USB audio devices pass their stream into your primary output. Personally, I use it to listen to records on my AT-LP120-USB in Ubuntu. Best routed in pavucontrol
pactl load-module module-null-sink sink_name=RecordPlayer
pactl load-module module-loopback sink=RecordPlayer
@dehuszar
Copy link
Author

Original source used for this was https://endless.ersoft.org/pulseaudio-loopback/, but it appears to be down atm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment