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 Antwort
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

beantwortet vor 4 Monaten
profile picture
EXPERTE
überprüft vor 4 Monaten
  • 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

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen