Difference between revisions of "Change pulseaudio device settings"
Jump to navigation
Jump to search
(fuck pulseaudio) |
|||
Line 1: | Line 1: | ||
− | < | + | <pre> |
# oh my god pulseaudio is so fucking annoying. There is NO WAY TO PREVENT it from | # oh my god pulseaudio is so fucking annoying. There is NO WAY TO PREVENT it from | ||
# resetting the device settings every single time something reopens the device. | # resetting the device settings every single time something reopens the device. | ||
Line 8: | Line 8: | ||
pacmd set-source-port alsa_input.pci-0000_00_1b.0.analog-stereo analog-input-linein | pacmd set-source-port alsa_input.pci-0000_00_1b.0.analog-stereo analog-input-linein | ||
− | </ | + | </pre> |
Latest revision as of 20:34, 5 August 2017
# oh my god pulseaudio is so fucking annoying. There is NO WAY TO PREVENT it from # resetting the device settings every single time something reopens the device. # So EVERY SINGLE TIME, you have to re-run this or it will revert to the # base volume and input port. pacmd set-source-volume alsa_input.pci-0000_00_1b.0.analog-stereo 10000 pacmd set-source-port alsa_input.pci-0000_00_1b.0.analog-stereo analog-input-linein