pipewire: Drop filter chain configuration
We will be moving this configuration to WirePlumber.
This commit is contained in:
parent
15fe363d7d
commit
38aaff30b3
3 changed files with 0 additions and 207 deletions
|
@ -1,101 +0,0 @@
|
|||
# 10 band sink equalizer for DT 770 80 Ohms
|
||||
context.modules = [
|
||||
{ name = libpipewire-module-filter-chain
|
||||
args = {
|
||||
node.description = "DT770 Equalizer Sink"
|
||||
media.name = "DT770 Equalizer Sink"
|
||||
filter.graph = {
|
||||
nodes = [
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_1
|
||||
label = bq_highshelf
|
||||
control = { "Freq" = 0 "Q" = 1.0 "Gain" = -2.6 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_2
|
||||
label = bq_peaking
|
||||
control = { "Freq" = 45.0 "Q" = 0.2 "Gain" = -5.2 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_3
|
||||
label = bq_peaking
|
||||
control = { "Freq" = 75.0 "Q" = 1.4 "Gain" = 2.0 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_4
|
||||
label = bq_lowshelf
|
||||
control = { "Freq" = 105.0 "Q" = 0.71 "Gain" = 5.5 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_5
|
||||
label = bq_peaking
|
||||
control = { "Freq" = 210.0 "Q" = 1.4 "Gain" = 4.0 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_6
|
||||
label = bq_peaking
|
||||
control = { "Freq" = 2400.0 "Q" = 3.5 "Gain" = -2.3 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_7
|
||||
label = bq_peaking
|
||||
control = { "Freq" = 3800.0 "Q" = 1.0 "Gain" = 3.0 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_8
|
||||
label = bq_peaking
|
||||
control = { "Freq" = 4200.0 "Q" = 4.0 "Gain" = -1.3 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_9
|
||||
label = bq_peaking
|
||||
control = { "Freq" = 6400.0 "Q" = 4.0 "Gain" = -6.2 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_10
|
||||
label = bq_peaking
|
||||
control = { "Freq" = 8400.0 "Q" = 4.0 "Gain" = -1.4 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_11
|
||||
label = bq_highshelf
|
||||
control = { "Freq" = 10000.0 "Q" = 0.71 "Gain" = -4.0 }
|
||||
}
|
||||
]
|
||||
links = [
|
||||
{ output = "eq_band_1:Out" input = "eq_band_2:In" }
|
||||
{ output = "eq_band_2:Out" input = "eq_band_3:In" }
|
||||
{ output = "eq_band_3:Out" input = "eq_band_4:In" }
|
||||
{ output = "eq_band_4:Out" input = "eq_band_5:In" }
|
||||
{ output = "eq_band_5:Out" input = "eq_band_6:In" }
|
||||
{ output = "eq_band_6:Out" input = "eq_band_7:In" }
|
||||
{ output = "eq_band_7:Out" input = "eq_band_8:In" }
|
||||
{ output = "eq_band_8:Out" input = "eq_band_9:In" }
|
||||
{ output = "eq_band_9:Out" input = "eq_band_10:In" }
|
||||
{ output = "eq_band_10:Out" input = "eq_band_11:In" }
|
||||
]
|
||||
}
|
||||
audio.channels = 2
|
||||
audio.position = [ FL FR ]
|
||||
capture.props = {
|
||||
node.name = "dt770_effect_input.eq11"
|
||||
media.class = Audio/Sink
|
||||
}
|
||||
playback.props = {
|
||||
node.name = "dt770_effect_output.eq11"
|
||||
node.passive = true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -1,33 +0,0 @@
|
|||
context.modules = [
|
||||
{ name = libpipewire-module-filter-chain
|
||||
args = {
|
||||
node.description = "Noise Canceling Source"
|
||||
media.name = "Noise Canceling Source"
|
||||
filter.graph = {
|
||||
nodes = [
|
||||
{
|
||||
type = ladspa
|
||||
name = rnnoise
|
||||
plugin = /usr/lib/ladspa/librnnoise_ladspa.so
|
||||
label = noise_suppressor_mono
|
||||
control = {
|
||||
"VAD Threshold (%)" = 50.0
|
||||
"VAD Grace Period (ms)" = 200
|
||||
"Retroactive VAD Grace (ms)" = 0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
capture.props = {
|
||||
node.name = "capture.rnnoise_source"
|
||||
node.passive = true
|
||||
audio.rate = 48000
|
||||
}
|
||||
playback.props = {
|
||||
node.name = "rnnoise_source"
|
||||
media.class = Audio/Source
|
||||
audio.rate = 48000
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -1,73 +0,0 @@
|
|||
# 7 band sink equalizer for Truthear Zero:Red using Oratory1990 target
|
||||
context.modules = [
|
||||
{ name = libpipewire-module-filter-chain
|
||||
args = {
|
||||
node.description = "Zero:Red Equalizer Sink"
|
||||
media.name = "Zero:Red Equalizer Sink"
|
||||
filter.graph = {
|
||||
nodes = [
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_1
|
||||
label = bq_highshelf
|
||||
control = { "Freq" = 0 "Q" = 1.0 "Gain" = -3.5 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_2
|
||||
label = bq_lowshelf
|
||||
control = { "Freq" = 100.0 "Q" = 0.71 "Gain" = 2.0 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_3
|
||||
label = bq_peaking
|
||||
control = { "Freq" = 140.0 "Q" = 0.9 "Gain" = 3.0 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_4
|
||||
label = bq_peaking
|
||||
control = { "Freq" = 780.0 "Q" = 2.0 "Gain" = 0.6 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_5
|
||||
label = bq_peaking
|
||||
control = { "Freq" = 1350.0 "Q" = 1.8 "Gain" = -1.4 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_6
|
||||
label = bq_highshelf
|
||||
control = { "Freq" = 3000.0 "Q" = 0.71 "Gain" = 0.0 }
|
||||
}
|
||||
{
|
||||
type = builtin
|
||||
name = eq_band_7
|
||||
label = bq_highshelf
|
||||
control = { "Freq" = 10000.0 "Q" = 0.71 "Gain" = 0.0 }
|
||||
}
|
||||
]
|
||||
links = [
|
||||
{ output = "eq_band_1:Out" input = "eq_band_2:In" }
|
||||
{ output = "eq_band_2:Out" input = "eq_band_3:In" }
|
||||
{ output = "eq_band_3:Out" input = "eq_band_4:In" }
|
||||
{ output = "eq_band_4:Out" input = "eq_band_5:In" }
|
||||
{ output = "eq_band_5:Out" input = "eq_band_6:In" }
|
||||
{ output = "eq_band_6:Out" input = "eq_band_7:In" }
|
||||
]
|
||||
}
|
||||
audio.channels = 2
|
||||
audio.position = [ FL FR ]
|
||||
capture.props = {
|
||||
node.name = "zerored_effect_input.eq7"
|
||||
media.class = Audio/Sink
|
||||
}
|
||||
playback.props = {
|
||||
node.name = "zerored_effect_output.eq7"
|
||||
node.passive = true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue