drem@lemmy.worldtoAsklemmy@lemmy.ml•[Solved] How to make Pulseaudio put microphone on zero always on Linux ?
4·
1 year agoI think this should work (I haven’t tested it):
make a new file called default (.) pa in the pulseaudio congfig folder (.config/pulse)
this will mute source_name (replace source_name with your source name):
#include this config file
.include /etc/pulse/default.pa
set-source-mute source_name true
run this command to list source names:
pactl list short sources
What is emotional maturity?