Hi everyone,
So this is an issue I’ve bee struggling with for sometime. I work form home and do hours of online conference calls. I have been trying to get an effective way to control my mic input levels, bet everything I have tried has not worked.
OS: Fedora release 33 (Thirty Three) x86_64
Kernel: 5.10.17-200.fc33.x86_64
DE: GNOME
What I’ve done so far:
Deleted the contents of ~/.config/pulse and creating a ~/.config/pulse/daemon.conf with the line:
flat-volumes=no
I’ve edited the following files to disable auto adjustment of the mic:
sudo nano /usr/share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf
sudo nano /usr/share/pulseaudio/alsa-mixer/paths/analog-input-front-mic.conf
sudo nano /usr/share/pulseaudio/alsa-mixer/paths/analog-input-headphone-mic.conf
sudo nano /usr/share/pulseaudio/alsa-mixer/paths/analog-input-headset-mic.conf
sudo nano /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic-always.conf
sudo nano /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
sudo nano /usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf
sudo nano /usr/share/pulseaudio/alsa-mixer/paths/analog-input-rear-mic.conf
And set the following sections to zero
**[Element Internal Mic Boost] **
[Element Dock Mic Boost]
[Element Int Mic Boost]
[Element Mic Boost]
sudo nano /etc/pulse/default.pa
And comment out the following modules:
# load-module module-device-restore
# load-module module-stream-restore
# load-module module-card-restore
However my mic input volume still keeps changing. I need to have granular control over this so that I can do my conferences and not have the background noise disturb me. Any other solution welcome.
King regards,
Pace