Created
June 22, 2020 17:00
-
-
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
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=RecordPlayer | |
pactl load-module module-loopback sink=RecordPlayer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original source used for this was https://endless.ersoft.org/pulseaudio-loopback/, but it appears to be down atm.