Pan/EQ: 12-band advanced EQ — swap 3 kHz for 80 Hz

Ed's tweak: drop 3 kHz, add 80 Hz in the low end (between 63 and 125). Still 12 bands, so no
array-length change. Held for next release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ednunp
2026-07-07 20:21:39 +01:00
co-authored by Claude Opus 4.8
parent bbfa76945a
commit c138fdf39c
+3 -3
View File
@@ -52,18 +52,18 @@ public static class PeerEqBands
("Treble", 8000.0),
];
/// <summary>12-band graphic EQ — octave centres low down, finer through the presence region
/// (2/3/4/6/8 kHz) so there's a band between 4 and 8 kHz. All peaking.</summary>
/// <summary>12-band graphic EQ — 80 Hz added in the low end, finer through the presence region
/// (2/4/6/8 kHz) so there's a band between 4 and 8 kHz. All peaking.</summary>
public static readonly (string Label, double Freq)[] Advanced =
[
("31 Hz", 31.0),
("63 Hz", 63.0),
("80 Hz", 80.0),
("125 Hz", 125.0),
("250 Hz", 250.0),
("500 Hz", 500.0),
("1 kHz", 1000.0),
("2 kHz", 2000.0),
("3 kHz", 3000.0),
("4 kHz", 4000.0),
("6 kHz", 6000.0),
("8 kHz", 8000.0),