修复 bug

This commit is contained in:
eafonyang
2026-06-12 15:53:05 +08:00
parent 56ccb7b76a
commit 72d0872ced
9 changed files with 112 additions and 23 deletions
+3
View File
@@ -22,6 +22,9 @@ export const BAND_GAIN_MAX = 15;
export const BAND_Q_MIN = 0.1;
export const BAND_Q_MAX = 10;
/** Maximum headphone PEQ presets stored on device. */
export const PEQ_PRESET_MAX = 50;
export type BandParamKind = "freq" | "gain" | "q";
/* ── Band param value box style ── */