Usando AWS re:Post, accetti AWS re:Post Termini di utilizzo

text to speech and speech to text time spend

0

dealing with aws lex bot, I figure out that by testing the bot through aws console voice input, the response time for the transition between slots take some time (2-3) seconds witch is a little bit annoying when dealing with many slots....

my direct question is there a way to minimize the time for the TTS and STT ?

  • Are you seeing the delay consistently? Are you calling a phone number too far away from the region? I’ve noticed such delays on the first few calls, but then it does feel like it speeds up… although it’s never as “smooth” as a on premise IVR with ASR and TTS on the same network.

    david

1 Risposta
0

Hello, according to the documentation:

You can also configure timeouts through session attributes when starting a conversation with a bot, and overwrite them in your Lambda function if necessary.

https://docs.aws.amazon.com/lexv2/latest/dg/session-attribs-speech.html

con risposta 3 mesi fa
profile picture
ESPERTO
verificato 3 mesi fa
  • thanks for your response, the problem is not within the timeout, it's already configured for 0.64 with the silence, the problem is that even passing utterances by texting, is taking too much time, it's about 2s

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande