feat: 输入音波效果

This commit is contained in:
neil.xh
2025-01-26 23:06:20 +08:00
parent 071e2db9f6
commit 2b47365dfc
4 changed files with 218 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
export let icon: string | ComponentType = undefined;
export let icon_button_color: string = "var(--color-accent)";
export let pulse_color: string = "var(--color-accent)";
let audioContext: AudioContext;
let analyser: AnalyserNode;