new pipewire config

This commit is contained in:
Jozef Steinhübl 2024-05-11 11:11:15 +02:00
parent 4761ccd0f4
commit 5a5fb35fcf
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -0,0 +1,14 @@
# https://askubuntu.com/questions/279407/how-to-disable-microphone-from-auto-adjusting-its-input-volume
pulse.rules = [
{
# Disable mic auto gain for some applications
matches = [
{ application.process.binary = "chrome" }
{ application.process.binary = "Discord" }
{ application.process.binary = "teams" }
{ application.process.binary = "skypeforlinux" }
]
actions = { quirks = [ block-source-volume ] }
}
]