#Best configuration to get the transcription(is_final) quickly

1 messages · Page 1 of 1 (latest)

bleak prairie
#
this.deepgramLive = deepgram.transcription.live({
            encoding: "mulaw",
            sample_rate: "8000",
            model: "nova-2",
            punctuate: false,
            interim_results: false,
            smart_format: false,
            endpointing: 100,
            utterance_end_ms: 1000,
        });

can you suggest a better configuration so that i can receive the transcription in the most quickest possible way, currently it sends 4-5 atlernate response before sending is_final
@fluid yoke @little kiln

arctic glacierBOT
#

Thanks for asking your question. Please be sure to reply with as much detail as possible so we can assist you efficiently. Such as:

  • Provide the request_id if you've a question about a transcription response.
  • The options you used or the api.deepgram.com URL you sent your request to, including parameters.
  • Any code snippets you can include.
  • Any audio you can include, or if you can't share it here please email it to us at [email protected] and provide a link to this thread.
little kiln
#

The function of is_final is not meant to be quick, but accurate. Interim results are for speed.

Your configuration doesn't seem to be a problem.

Please don't ping us, we work all in different time zones and we will work hard to answer all questions in good time