From 6bb29cc983e84a4488155113b1dabc324cf192b6 Mon Sep 17 00:00:00 2001 From: JuanMRomeroC <38544681+JuanMRomeroC@users.noreply.github.com> Date: Sat, 22 Nov 2025 17:56:13 +0000 Subject: [PATCH 1/2] new file: database/vendors/meze/products/poet/info.json new file: database/vendors/meze/products/poet/eq/autoeq_harman/info.json new file: database/vendors/meze/products/poet/eq/autoeq_harman2018/info.json --- .../products/poet/eq/autoeq_harman/info.json | 46 ++++++++++++ .../poet/eq/autoeq_harman2018/info.json | 70 +++++++++++++++++++ database/vendors/meze/products/poet/info.json | 5 ++ 3 files changed, 121 insertions(+) create mode 100644 database/vendors/meze/products/poet/eq/autoeq_harman/info.json create mode 100644 database/vendors/meze/products/poet/eq/autoeq_harman2018/info.json create mode 100644 database/vendors/meze/products/poet/info.json diff --git a/database/vendors/meze/products/poet/eq/autoeq_harman/info.json b/database/vendors/meze/products/poet/eq/autoeq_harman/info.json new file mode 100644 index 000000000..99e40314c --- /dev/null +++ b/database/vendors/meze/products/poet/eq/autoeq_harman/info.json @@ -0,0 +1,46 @@ +{ + "author": "Juan M Romero", + "details": "Harman Target", + "type": "parametric_eq", + "parameters": { + "gain_db": -4.1, + "bands": [ + { + "type": "low_shelf", + "frequency": 80, + "gain_db": 3, + "q": 1 + }, + { + "type": "peak_dip", + "frequency": 250, + "gain_db": -2, + "q": 1.5 + }, + { + "type": "peak_dip", + "frequency": 1000, + "gain_db": -2, + "q": 3 + }, + { + "type": "peak_dip", + "frequency": 2000, + "gain_db": 4, + "q": 3 + }, + { + "type": "peak_dip", + "frequency": 3000, + "gain_db": -2.8, + "q": 2 + }, + { + "type": "peak_dip", + "frequency": 4000, + "gain_db": 5, + "q": 2 + } + ] + } +} \ No newline at end of file diff --git a/database/vendors/meze/products/poet/eq/autoeq_harman2018/info.json b/database/vendors/meze/products/poet/eq/autoeq_harman2018/info.json new file mode 100644 index 000000000..9b5ac26e8 --- /dev/null +++ b/database/vendors/meze/products/poet/eq/autoeq_harman2018/info.json @@ -0,0 +1,70 @@ +{ + "author": "Juan M Romero", + "details": "Harman Target 2018", + "type": "parametric_eq", + "parameters": { + "gain_db": -5.2, + "bands": [ + { + "type": "peak_dip", + "frequency": 31, + "gain_db": 5.1, + "q": 0.5 + }, + { + "type": "peak_dip", + "frequency": 220, + "gain_db": -3.1, + "q": 0.9 + }, + { + "type": "peak_dip", + "frequency": 430, + "gain_db": 0.8, + "q": 3.1 + }, + { + "type": "peak_dip", + "frequency": 1000, + "gain_db": -2, + "q": 2.7 + }, + { + "type": "peak_dip", + "frequency": 1700, + "gain_db": 0.9, + "q": 9.4 + }, + { + "type": "peak_dip", + "frequency": 2000, + "gain_db": 3.1, + "q": 3.9 + }, + { + "type": "peak_dip", + "frequency": 2300, + "gain_db": 0.9, + "q": 6.8 + }, + { + "type": "peak_dip", + "frequency": 3000, + "gain_db": -1.3, + "q": 5.3 + }, + { + "type": "peak_dip", + "frequency": 4200, + "gain_db": 5.1, + "q": 1.9 + }, + { + "type": "peak_dip", + "frequency": 65600, + "gain_db": 1.9, + "q": 4.5 + } + ] + } +} \ No newline at end of file diff --git a/database/vendors/meze/products/poet/info.json b/database/vendors/meze/products/poet/info.json new file mode 100644 index 000000000..75919c11f --- /dev/null +++ b/database/vendors/meze/products/poet/info.json @@ -0,0 +1,5 @@ +{ + "name": "Poet", + "type": "headphones", + "subtype": "over_the_ear" +} From d466a6552e0686e22291dfeadec55e67ae5a5bd4 Mon Sep 17 00:00:00 2001 From: JuanMRomeroC <38544681+JuanMRomeroC@users.noreply.github.com> Date: Sat, 22 Nov 2025 13:39:19 -0600 Subject: [PATCH 2/2] Update info.json --- .../vendors/meze/products/poet/eq/autoeq_harman2018/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/vendors/meze/products/poet/eq/autoeq_harman2018/info.json b/database/vendors/meze/products/poet/eq/autoeq_harman2018/info.json index 9b5ac26e8..89d8b4d35 100644 --- a/database/vendors/meze/products/poet/eq/autoeq_harman2018/info.json +++ b/database/vendors/meze/products/poet/eq/autoeq_harman2018/info.json @@ -61,10 +61,10 @@ }, { "type": "peak_dip", - "frequency": 65600, + "frequency": 6500, "gain_db": 1.9, "q": 4.5 } ] } -} \ No newline at end of file +}