From d82db7e301ff778b3c71a409263d696d9f561b74 Mon Sep 17 00:00:00 2001 From: skal Date: Wed, 28 Jan 2026 21:34:59 +0100 Subject: fix the spec editor a bit --- tools/editor/dct.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/editor/dct.js') diff --git a/tools/editor/dct.js b/tools/editor/dct.js index f60f27e..e48ce2b 100644 --- a/tools/editor/dct.js +++ b/tools/editor/dct.js @@ -1,3 +1,5 @@ +const dctSize = 512; // Default DCT size, read from header + // --- Utility Functions for Audio Processing --- // JavaScript equivalent of C++ idct_512 function javascript_idct_512(input) { -- cgit v1.2.3