audio: lower mic boost from 2.0 to 1.5

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-24 22:30:22 +01:00
parent 7ec6146917
commit 19a7efca82

View file

@ -13,7 +13,7 @@
wireplumber.extraConfig."10-mic-boost" = { wireplumber.extraConfig."10-mic-boost" = {
"monitor.alsa.rules" = [{ "monitor.alsa.rules" = [{
matches = [{ "node.name" = "~alsa_input.*"; }]; matches = [{ "node.name" = "~alsa_input.*"; }];
actions.update-props."audio.volume" = 2.0; actions.update-props."audio.volume" = 1.5;
}]; }];
}; };