audio: bump ALSA input boost from 1.5x to 2.0x

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-23 21:06:39 +01:00
parent 7ee5a37fc5
commit 11ca493d79

View file

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