jaakkopasanen / AutoEq

Automatic headphone equalization from frequency responses
MIT License
12.9k stars 2.47k forks source link

--window-size doesn't work #583

Closed eduardoeae closed 1 year ago

eduardoeae commented 1 year ago

--window-size only affects the graph (Error Smoothed). Equalization remains unchanged.

eduardoeae commented 1 year ago

python -m autoeq --input-dir="measurements/innerfidelity/data/onear/Sennheiser HD 650" --output-dir="my_results/HD650" --compensation="measurements/innerfidelity/resources/innerfidelity_harman_over-ear_2018_wo_bass.csv" --bass-boost=4 --convolution-eq --parametric-eq --ten-band-eq --fs=44100,48000 --window-size 2

Sennheiser HD 650

jaakkopasanen commented 1 year ago

Indeed. This is intended. The equalizer target uses it's own smoothing which works together with the maximum slope.