make Spectrum and Spectrogram more frequency accurate and detail preserving

This commit is contained in:
Boof2015
2026-08-16 16:43:31 -04:00
parent f6d9719c43
commit 3b302d5526
29 changed files with 1715 additions and 242 deletions
+4
View File
@@ -90,6 +90,8 @@ export interface ThemeSpectrogramTokens {
heatLow?: string
heatMid?: string
heatHigh?: string
guides?: string
labels?: string
}
export interface ThemeVUMeterTokens {
@@ -279,6 +281,8 @@ export interface ResolvedSpectrogramTheme {
mono: string
background: string
heatColors: [string, string, string]
guides: string
labels: string
}
export interface ResolvedVUMeterTheme {