From 91eaa1f1dcb2c92e7dcd704cf376f15822c0f50e Mon Sep 17 00:00:00 2001 From: tryptz Date: Mon, 6 Apr 2026 23:49:52 -0400 Subject: [PATCH] feat: configurable band count and frequency range for legacy graphic EQ - Add Bands/Min Hz/Max Hz controls to legacy EQ section - Dynamic frequency generation with log spacing and auto-scaling Q - Import/export handles variable band counts, Q optional for shelves - Custom presets interpolate across different band counts - Update legacy EQ tutorial for new controls --- index.html | 77 ++++++++++++++++++++++++++++++ js/audio-context.js | 60 +++++++++++++++++++++--- js/settings.js | 111 +++++++++++++++++++++++++++++++++----------- js/storage.js | 50 ++++++++++++++++++-- styles.css | 23 +++++++++ 5 files changed, 283 insertions(+), 38 deletions(-) diff --git a/index.html b/index.html index aeeae68..91c19e7 100644 --- a/index.html +++ b/index.html @@ -4174,6 +4174,54 @@ × + +

AutoEQ - Headphone Correction

    @@ -4297,6 +4345,35 @@