wireplumber: Update zero2 equalizer configuration

```bash
python -m autoeq --input-file="measurements/Super Review/data/in-ear/7Hz x Crinacle Zero 2.csv" --output-dir="zero2-results" --target="targets/Diffuse field 5128.csv" --parametric-eq --convolution-eq --fs=44100,48000
```
This commit is contained in:
Sanchayan Maity 2024-05-16 21:50:34 +05:30
parent 1ec6aee797
commit e5cb1b31d0
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -1,5 +1,5 @@
-- Generated by EQ'ing Zero2 frequency response to the Diffuse Field
-- target curve on crinacle.com.
-- target curve using AutoEq.
-- luacheck: ignore 111 113
local args = {
["node.description"] = "7HZ Zero2 Equalizer Sink",
@ -14,67 +14,67 @@ args["filter.graph"] = Json.Object {
type = "builtin",
name = "eq_band_1",
label = "bq_highshelf",
control = Json.Object { Freq = 0, Gain = -5.1, Q = 1.0 },
control = Json.Object { Freq = 0, Gain = -6.1, Q = 1.0 },
},
Json.Object {
type = "builtin",
name = "eq_band_2",
label = "bq_peaking",
control = Json.Object { Freq = 20, Gain = -2.8, Q = 2.0 },
label = "bq_lowshelf",
control = Json.Object { Freq = 105, Gain = -14.4, Q = 0.70 },
},
Json.Object {
type = "builtin",
name = "eq_band_3",
label = "bq_peaking",
control = Json.Object { Freq = 28, Gain = -12.0, Q = 0.5 },
control = Json.Object { Freq = 201, Gain = -4.2, Q = 0.94 },
},
Json.Object {
type = "builtin",
name = "eq_band_4",
label = "bq_peaking",
control = Json.Object { Freq = 32, Gain = 0.8, Q = 1.8 },
control = Json.Object { Freq = 6444, Gain = 5.3, Q = 0.61 },
},
Json.Object {
type = "builtin",
name = "eq_band_5",
label = "bq_peaking",
control = Json.Object { Freq = 120, Gain = -2.9, Q = 0.5 },
control = Json.Object { Freq = 2780, Gain = 5.0, Q = 1.99 },
},
Json.Object {
type = "builtin",
name = "eq_band_6",
label = "bq_peaking",
control = Json.Object { Freq = 210, Gain = -0.9, Q = 1.8 },
control = Json.Object { Freq = 2318, Gain = -1.9, Q = 1.43 },
},
Json.Object {
type = "builtin",
name = "eq_band_7",
label = "bq_peaking",
control = Json.Object { Freq = 390, Gain = 1.3, Q = 2.0 },
label = "bq_highshelf",
control = Json.Object { Freq = 10000, Gain = 5.4, Q = 0.70 },
},
Json.Object {
type = "builtin",
name = "eq_band_8",
label = "bq_peaking",
control = Json.Object { Freq = 1600, Gain = -2.3, Q = 1.0 },
control = Json.Object { Freq = 9047, Gain = -2.1, Q = 2.07 },
},
Json.Object {
type = "builtin",
name = "eq_band_9",
label = "bq_peaking",
control = Json.Object { Freq = 2900, Gain = 1.9, Q = 2.0 },
control = Json.Object { Freq = 60, Gain = 0.9, Q = 2.06 },
},
Json.Object {
type = "builtin",
name = "eq_band_10",
label = "bq_peaking",
control = Json.Object { Freq = 12000, Gain = -8.1, Q = 2.0 },
control = Json.Object { Freq = 747, Gain = 1.4, Q = 2.53 },
},
Json.Object {
type = "builtin",
name = "eq_band_11",
label = "bq_peaking",
control = Json.Object { Freq = 13000, Gain = 7.8, Q = 0.5 },
control = Json.Object { Freq = 396, Gain = -0.6, Q = 1.80 },
},
},
links = Json.Array {