Boost mic input to 150% via WirePlumber to avoid needing Discord AGC
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
414a641b25
commit
0cf11a05da
1 changed files with 7 additions and 0 deletions
|
|
@ -10,6 +10,13 @@
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
|
||||||
|
wireplumber.extraConfig."10-mic-boost" = {
|
||||||
|
"monitor.alsa.rules" = [{
|
||||||
|
matches = [{ "node.name" = "~alsa_input.*"; }];
|
||||||
|
actions.update-props."audio.volume" = 1.5;
|
||||||
|
}];
|
||||||
|
};
|
||||||
|
|
||||||
extraConfig."pipewire-pulse"."10-quirk-rules" = {
|
extraConfig."pipewire-pulse"."10-quirk-rules" = {
|
||||||
"pulse.rules" = [
|
"pulse.rules" = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue