From c472fd1dfc6b8968f3015ea3963e9322a3797ad6 Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Tue, 31 Oct 2023 01:08:31 +0100 Subject: [PATCH] augment default fftsize --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index d1c8203..11570a3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -64,7 +64,7 @@ export class Editor { color: "#fdba74", thickness: 4, refresh: 1, - fftSize: 256, + fftSize: 1024, orientation: "horizontal", is3D: false, size: 1,