mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-09 17:08:06 +01:00
pipewire: disable gain control
This commit is contained in:
parent
161d3c405a
commit
d034c47d12
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
args = {
|
||||
library.name = aec/libspa-aec-webrtc
|
||||
aec.args = {
|
||||
webrtc.gain_control = true
|
||||
webrtc.gain_control = false
|
||||
}
|
||||
capture.props = {
|
||||
node.name = "Echo Cancellation Capture"
|
||||
|
|
|
@ -6,7 +6,9 @@ pulse.rules = [
|
|||
matches = [
|
||||
{ application.process.binary = "chrome" }
|
||||
{ application.process.binary = "chromium" }
|
||||
{ application.process.binary = "electron" }
|
||||
{ application.process.binary = "Discord" }
|
||||
{ application.process.binary = "vesktop" }
|
||||
{ application.process.binary = "teams" }
|
||||
{ application.process.binary = "skypeforlinux" }
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue