summaryrefslogtreecommitdiff
path: root/tools/editor/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/index.html')
-rw-r--r--tools/editor/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/editor/index.html b/tools/editor/index.html
index 43a37f9..73356bd 100644
--- a/tools/editor/index.html
+++ b/tools/editor/index.html
@@ -9,8 +9,8 @@
<body>
<h1>Spectrogram Editor</h1>
- <input type="file" id="wavFileInput" accept=".wav">
- <label for="wavFileInput">Load WAV File</label>
+ <input type="file" id="specFileInput" accept=".spec">
+ <label for="specFileInput">Load SPEC File</label>
<div id="editorContainer">
<canvas id="spectrogramCanvas"></canvas>
@@ -25,4 +25,4 @@
<script src="script.js"></script>
</body>
-</html>
+</html> \ No newline at end of file