We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Each Recognizer instance has seven methods for recognizing speech from an audio source using various APIs. These are:
recognize_bing(): [Microsoft Bing Speech](https://azure.microsoft.com/en-us/services/cognitive-services/speech/) recognize_google(): [Google Web Speech API](https://w3c.github.io/speech-api/speechapi.html) recognize_google_cloud(): [Google Cloud Speech](https://cloud.google.com/speech/) - requires installation of the google-cloud-speech package recognize_houndify(): [Houndify](https://www.houndify.com/) by SoundHound recognize_ibm(): [IBM Speech to Text](https://www.ibm.com/watson/services/speech-to-text/) recognize_sphinx(): [CMU Sphinx](https://cmusphinx.github.io/) - requires installing PocketSphinx recognize_wit(): [Wit.ai](https://wit.ai/)
Of the seven, only recognize_sphinx() works offline with the CMU Sphinx engine. The other six all require an internet connection.
https://realpython.com/python-speech-recognition/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Each Recognizer instance has seven methods for recognizing speech from an audio source using various APIs. These are:
Of the seven, only recognize_sphinx() works offline with the CMU Sphinx engine. The other six all require an internet connection.
https://realpython.com/python-speech-recognition/
The text was updated successfully, but these errors were encountered: