add spectrum to graphic eq mode

This commit is contained in:
Boof2015
2026-07-28 15:42:57 -04:00
parent f00cd0abcd
commit d4b1a1e122
9 changed files with 194 additions and 37 deletions
+2
View File
@@ -87,6 +87,8 @@ export interface AstraScopeViewProps extends ViewProps {
analysisFrameMs?: number;
smoothing?: number;
pointCount?: number;
/** Optional frequencies pinned to evenly spaced horizontal centers. */
frequencyAnchors?: number[];
dbMin?: number;
dbMax?: number;
tiltDbPerOctave?: number;