End session

This commit is contained in:
2026-04-05 11:08:08 +02:00
parent e94214716a
commit 2db338a9f5
3 changed files with 131 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ const API_BASE = '/api'
const AUTO_STOP_SILENCE_MS = 2500
const SPEECH_START_THRESHOLD = 0.02
const SILENCE_THRESHOLD = 0.012
const DEBUG_AUDIO = true
const DEBUG_AUDIO = false
async function parseApiResponse(res) {
const contentType = res.headers.get('content-type') || ''