Problem with voice interface(frontend) while using deepspeech with Rasa - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum
👋 Introducing the Rasa Playground
Problem with voice interface(frontend) while using deepspeech with Rasa
post by rhythmsaparia on Oct 16, 2020
This issue is related to the post: How to build a voice assistant with open source Rasa and Mozilla tools. After following the tutorial and some tinkering I successfully set up the voice assistant which starts and runs. However, I am facing a problem with the frontend voice interface. It works extremely slow(10-15 secs to respond) or doesn’t work at all at times. Also, there is a problem of it being disconnecting and reconnecting for 1 second which is a noticeable interference. More information that I’d like to add is that it didn’t respond to the sara bot at all, I had to configure it for mood bot which is a basic one before it responded at all. I am running it locally in a system with 8gigs of ram and i5 8th gen processor so I don’t think this should be a problem. Moreover, Initially I thought deepspeech STT might be at fault here, so I tried running the same setup on cmd prompt without the interface and it worked like charm which led me to believe the problem lies in the interface.
Some information about my setup:
- OS: ubuntu 20.04
- RAM: 8gb
- Processor: i5-8250U CPU
- Deepspeech version: 0.8.1
- TTS: same as provided in tutorial
PS: I made the necessary changes in the socketio_connector.py file for using updated deepspeech version (and it works).
I noticed some people in the forums posted about the same and are facing similar problems and any help would be appreciated!
post by chrivo on Nov 19, 2020
Hello, I hope you can help me. I read that you made the necessary changes to the socketio_connector.py file for using updated deepspeech version. Can you tell me what you changed? I’m trying to get it working without the interface but I don’t get it.
Thank you.