Chatterbot: a combination of both voice and chat

Created on 22 Nov 2016  路  4Comments  路  Source: gunthercox/ChatterBot

@gunthercox is it possible to having both voice and response in a Django chatterbot? If so could you provide an example scenario here?

question

All 4 comments

I think it's definitely possible, but because it's a web app the audio will have to be processed on the client's side. This might make things easier because there is likely several javascript libraries available that handle speech recognition and speech synthesis. It looks like Google Chrome has built in support for both speech recognition and speech synthesis: https://developers.google.com/web/updates/2014/01/Web-apps-that-talk-Introduction-to-the-Speech-Synthesis-API

To implement this, you would have to add some javascript to listen to the user's speech, then it could send that to the Django ChatterBot API to get the response. Once the response was returned, it could be spoken aloud to the user.

Hi @vkosuri, I'm going to close this ticket off. I believe your question was answered, feel free to reopen the ticket if I missed something or you still have questions.

@gunthercox thank you

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ArunSingh1 picture ArunSingh1  路  3Comments

cesarandreslopez picture cesarandreslopez  路  4Comments

filipceglik picture filipceglik  路  3Comments

decode007 picture decode007  路  3Comments

engrphil picture engrphil  路  3Comments