From 371017a31bedaed179d339b9fe371529f22d9ec4 Mon Sep 17 00:00:00 2001 From: skal Date: Wed, 28 Jan 2026 11:45:09 +0100 Subject: feat(editor): Scaffold web spectrogram editor Initial setup for the spectrogram editor tool. - Created tools/editor/index.html, script.js, and style.css. - Added basic structure for WAV loading, visualization, and tool controls. --- tools/editor/index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tools/editor/index.html (limited to 'tools/editor/index.html') diff --git a/tools/editor/index.html b/tools/editor/index.html new file mode 100644 index 0000000..43a37f9 --- /dev/null +++ b/tools/editor/index.html @@ -0,0 +1,28 @@ + + + + + + Spectrogram Editor + + + +

Spectrogram Editor

+ + + + +
+ +
+

Tools

+ + + + +
+
+ + + + -- cgit v1.2.3