@gunthercox is it possible to having both voice and response in a Django chatterbot? If so could you provide an example scenario here?
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.