Skip to content

Commit acc6af0

Browse files
committed
Enhance README with details on Equalizer APO preset import and AutoEq compatibility
1 parent e88cc63 commit acc6af0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,18 @@ and the JACK API on PipeWire plus NumPy FFT analysis for the analyzer.
2121
- WirePlumber routing and default-output tracking.
2222
- PipeWire filter-chain DSP using builtin biquad filters.
2323
- Optional spectrum analyzer through the PipeWire JACK compatibility layer.
24-
- Equalizer APO preset import from the UI or `--import-apo`.
24+
- Equalizer APO preset import from the UI or `--import-apo`, including
25+
compatible presets exported by [AutoEq](https://autoeq.app/).
26+
27+
## AutoEq And APO Presets
28+
29+
Mini EQ can import Equalizer APO-style parametric EQ text presets. This makes it
30+
usable with headphone correction presets exported by
31+
[AutoEq](https://autoeq.app/): export an Equalizer APO/parametric EQ preset from
32+
AutoEq, then use **Import Equalizer APO...** in Mini EQ or start the app with
33+
`mini-eq --import-apo path/to/ParametricEQ.txt`. The
34+
[AutoEq project](https://github.com/jaakkopasanen/AutoEq) provides the source,
35+
headphone measurement data, targets, and optimizer behind the web app.
2536

2637
## Install
2738

0 commit comments

Comments
 (0)