diff --git a/database/vendors/fir_audio/products/xenon_6/eq/as_peq/info.json b/database/vendors/fir_audio/products/xenon_6/eq/as_peq/info.json new file mode 100644 index 000000000..0e246c47a --- /dev/null +++ b/database/vendors/fir_audio/products/xenon_6/eq/as_peq/info.json @@ -0,0 +1,40 @@ +{ + "author": "AS PEQ", + "details": "Subjective listening-based PEQ for Fir Xenon 6, intended to preserve its core character while smoothing treble and lightly balancing bass.", + "type": "parametric_eq", + "parameters": { + "gain_db": -6.0, + "bands": [ + { + "type": "peak_dip", + "frequency": 14000, + "gain_db": 0.8, + "q": 0.8 + }, + { + "type": "peak_dip", + "frequency": 9000, + "gain_db": -1.5, + "q": 2.0 + }, + { + "type": "peak_dip", + "frequency": 500, + "gain_db": 0.3, + "q": 0.9 + }, + { + "type": "peak_dip", + "frequency": 110, + "gain_db": -0.8, + "q": 1.0 + }, + { + "type": "low_shelf", + "frequency": 80, + "gain_db": 0.8, + "q": 0.7 + } + ] + } +}