End session
This commit is contained in:
@@ -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') || ''
|
||||
|
||||
Reference in New Issue
Block a user