feat(deck): Add equalizer settings for mic from SteamOS

This commit is contained in:
Kyle Gospodnetich 2023-08-24 09:25:04 -07:00
parent b2b4e4e72c
commit 6bd7248797

View File

@ -16,6 +16,45 @@ context.modules = [
"Retroactive VAD Grace (ms)" = 0
}
}
{
type = ladspa
name = equaliser
plugin = /usr/lib64/ladspa/caps.so
label = Eq10X2
control = {
"31 Hz" 0
"63 Hz" 0
"125 Hz" 0
"250 Hz" 0
"500 Hz" 0
"1 kHz" 0
"2 kHz" 0
"4 kHz" 0
"8 kHz" -3
"16 kHz" -3
}
}
{
type = ladspa
name = compressor
plugin = /usr/lib64/ladspa/caps.so
label = CompressX2
control = {
"measure" 1
"mode" 1
"threshold" 0.5
"strength" 0.25
"attack" 0.75
"release" 0.5
"gain (dB)" 12
}
}
]
links = [
{ output = "rnnoise:Output (L)" input = "equaliser:in.l" }
{ output = "rnnoise:Output (R)" input = "equaliser:in.r" }
{ output = "equaliser:out.l" input = "compressor:in.l" }
{ output = "equaliser:out.r" input = "compressor:in.r" }
]
}
capture.props = {