jsk-ros-pkg / jsk_3rdparty

42 stars 60 forks source link

[respeaker_ros] `speech_to_text.py` failed to run with `SpeechRecognition=3.9.0` #409

Closed knorth55 closed 1 year ago

knorth55 commented 1 year ago

Since SpeechRecognition==3.9.0 is released in 2022 Dec.4th, speech_to_text.py in respeaker_ros failed to run. this is because SpeechRecognition drops support below python3.5.

now I opened a PR to regain the support. https://github.com/Uberi/speech_recognition/pull/638

I also think it is better to make respeaker_ros with catkin_virtualenv, in order to fix the SpeechRecognition version as ros_speech_recognition.

knorth55 commented 1 year ago

https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/405