MycroftAI / mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform.
https://mycroft.ai
Apache License 2.0
6.51k stars 1.27k forks source link

Google Cloud Streaming STT not working #3150

Closed ipernjakovic closed 3 weeks ago

ipernjakovic commented 1 year ago

If you try to use Google Cloud Streaming STT as per documentation: mycroft-pip install google-cloud-speech pip will install version 2.x in which apparently they removed types and enums, thus breaking the functionality in mycroft. In order for Google Cloud Streaming STT to work, the version has to be 1.3.4, at least until the relevant code is rewritten. So: mycroft-pip install google-cloud-speech==1.3.4

Works perfectly with 1.3.4.

forslund commented 3 weeks ago

Closing Issue since we're archiving the repo