diff --git a/apps/x/apps/renderer/src/hooks/useVoiceMode.ts b/apps/x/apps/renderer/src/hooks/useVoiceMode.ts index 96144453..c6d4db4b 100644 --- a/apps/x/apps/renderer/src/hooks/useVoiceMode.ts +++ b/apps/x/apps/renderer/src/hooks/useVoiceMode.ts @@ -13,6 +13,8 @@ const DEEPGRAM_PARAMS = new URLSearchParams({ smart_format: 'true', punctuate: 'true', language: 'en', + endpointing: '100', + no_delay: 'true', }); const DEEPGRAM_LISTEN_URL = `wss://api.deepgram.com/v1/listen?${DEEPGRAM_PARAMS.toString()}`;