-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Truncated recognitions leads to repetitions in questions #398
Comments
If I understand well, some voice samples are truncated by the bot, like in this example:
Indeed, the recognition is bad in that case. Without debugging logs, we cannot distinguish the partial and complete recognitions. Possible root causes:
|
I did not say a larger sentence that was being truncated into "Yes... this happened on main street... one". If that is the case then it is fetching text from some earlier sentence and merging them. I did attach the log file and I will also show a small relevant part of it bellow, it is with enabled debugging logs like so: 2025-01-21T15:15:02.055235Z [info ] Feature slow_llm_for_chat not found, using default: True call.channel=voice call.id=18167bc5-df67-454a-b32b-e6eeef6f626c call.message=This Main Street one. yes the seven on call.phone_number=+4570726778 |
I don't see any issues in the log file you sent |
Commit a6a3958 should fix the ability to cut answers and properly load the next. It may mitigate your issue. Publshed as of |
At 01:40 I say the address "Yes this happened on Main street one" and the bot hears this in the partial recognition as "This Main Street one. yes the seven on" and I don't know if this is the normal quality of Azure voice recognition or a product of this repo
container_call_2.mp4
container_log_2_splitting_of_messages.txt
Transcript.written.before.the.call.that.i.will.follow.t.txt
The text was updated successfully, but these errors were encountered: