minor speed improvements

This commit is contained in:
Arjun 2026-03-27 23:10:28 +05:30
parent f7ff6ee11a
commit ce2e64c908

View file

@ -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()}`;