deepgram / deepgram-js-sdk

Official JavaScript SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
127 stars 45 forks source link

Deegram doesn't detect speech end #281

Closed kvssankar closed 1 month ago

kvssankar commented 1 month ago

In speech to text, When numbers are spoken fast and smart format is true, and endpoint is 1000ms. Even after unlimited silence, is_final or speech_final never becomes true. Utterance end also is never detected.

let request: any = { language: "en", encoding: "mulaw", sample_rate: "8000", model: "enhanced-phonecall", punctuate: true, interim_results: true, endpointing: 1000, utterance_end_ms: 1000, filler_words: true, smart_format: true, };