Showing posts with label output. Show all posts
Showing posts with label output. Show all posts

Friday, 17 September 2021

Agar Sound Output Device Tidak Berubah

Automatically change Sound Input Output device 

create ~/.config/pulse/default.pa if it doesn't exist and append

.include /etc/pulse/default.pa
load-module module-switch-on-connect

This is better than editing /etc/pulse/default.pa.

Afterwards you should run pulseaudio -k && pulseaudio --start to have the changes take effect. Thanks for pointing that out lreeder