Skip to content

Commit f122cec

Browse files
committed
an attempt to disable auto-gain on my mic
1 parent d38277d commit f122cec

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

desktop/configuration/services.nix

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,25 @@
172172
pipewire = {
173173
extraConfig = {
174174
pipewire = {
175+
"99-shure-mv6-fix" = {
176+
"monitor.alsa.rules" = [
177+
{
178+
matches = [
179+
{
180+
"node.name" = "alsa_input.usb-Shure_Inc_Shure_MV6_MV6_5-46eb059a33dea45395003fb898472029-01.mono-fallback";
181+
}
182+
];
183+
actions = {
184+
update-props = {
185+
"api.alsa.soft-mixer" = true;
186+
"device.vcp-usage" = "none";
187+
"node.pause-on-idle" = false;
188+
"api.dbus.ReserveDevice" = false;
189+
};
190+
};
191+
}
192+
];
193+
};
175194
"99-mono-downmix" = {
176195
"context.modules" = [
177196
{

0 commit comments

Comments
 (0)