You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we don't have real time voice chatting with chatdku. We only have dictation which means the user speaks something and its converted to text written on the screen. This is what the frontend ui would look like:
As long as you are within the voice chat, web speech api would result in the ai speaking out the answer to you. The answer will also be written in case the user needs to read the text. Clicking on exit voice chat means it would stop speaking.
2026-03-28.17-00-17.mp4
What I plan to implement and enhance:
how to handle interruptions without having to click on exit voice chat (real time voice chat). With my current code, it just takes the input and reads out the answer to you.
Natural conversation. (eleven labs might be a better option but its paid)
Currently, we don't have real time voice chatting with chatdku. We only have dictation which means the user speaks something and its converted to text written on the screen. This is what the frontend ui would look like:
As long as you are within the voice chat, web speech api would result in the ai speaking out the answer to you. The answer will also be written in case the user needs to read the text. Clicking on exit voice chat means it would stop speaking.
2026-03-28.17-00-17.mp4
What I plan to implement and enhance:
Any suggestions would be much appreciated.