0

I was following this tutorial to integrate voice assistant in my chatbot. When I was in the Implementing the text-to-speech component stage, I have downloaded deepspeech_test_prediction.py file and kept it inside deepspeech_test_prediction.py file and ran this command.

python deepspeech_test_prediction.py

After this, I am facing this error.

enter image description here

How can I solve this problem?

I had my headphone plugged in my device.

Mahfuza Mohona
  • 111
  • 3
  • 12

2 Answers2

1

Unfortunately, I do not know the answer to this question, but have you tried asking your question on the Rasa Forum?

Tyler Dunn
  • 96
  • 2
1

It seems like your input/output audio device isn't being recognised properly by pyaudio. There's steps described here on how to check the config of pyaudio, and potential steps on how to resolve it here