fixing input device

This commit is contained in:
Matthias Hinrichs
2026-01-29 22:49:26 +01:00
parent 92a77ee944
commit a8a3ec9b9f
3 changed files with 72 additions and 71 deletions
+6
View File
@@ -61,6 +61,12 @@
<input type="text" id="custom-wake-word" placeholder="/path/to/file.ppn" style="display: none; margin-top: 10px;" />
</div>
<div class="input-group">
<label for="audio-index">Audio Device Index</label>
<input type="number" id="audio-index" placeholder="z.B. 0" />
<span class="input-hint">Index des Mikrofons (siehe Konsolen-Log).</span>
</div>
<button id="save-btn" class="primary-btn">
<span class="btn-text">Einstellungen speichern</span>
<span class="loader"></span>