使用AWS re:Post即您表示您同意 AWS re:Post 使用条款

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 回答
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

已回答 3 个月前
profile picture
专家
已审核 3 个月前
  • 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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则