add visualizer to sidebar

This commit is contained in:
jeffvli
2025-11-30 18:14:05 -08:00
parent 0b8ae55150
commit c7bf0d8fb8
7 changed files with 158 additions and 37 deletions
@@ -20,10 +20,13 @@ export const Visualizer = () => {
audioCtx: context,
connectSpeakers: false,
gradient: 'prism',
mode: 4,
ledBars: true,
mode: 8,
overlay: true,
showBgColor: false,
showPeaks: false,
showScaleX: false,
showScaleY: false,
smoothing: 0.8,
});
setMotion(audioMotion);