The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-12-29 | 1.3 kB | |
| Version 3.13.0 source code.tar.gz | 2024-12-29 | 125.4 MB | |
| Version 3.13.0 source code.zip | 2024-12-29 | 125.4 MB | |
| Totals: 3 Items | 250.8 MB | 0 | |
SpeechRecognition 3.13.0 was out🎉
Get all of these and more with a quick pip install --upgrade SpeechRecognition.
Enjoy!
What's Changed
Improvement (Google Cloud Speech-to-Text API)
- Adds Parameter
use_enhancedandmodelto GoogleCloudSpeech (Fix [#734]) by @HideyoshiNakazone in https://github.com/Uberi/speech_recognition/pull/735 - Refine google_cloud recognizer's parameters by @ftnext in https://github.com/Uberi/speech_recognition/pull/812
- Introduce extra:
pip install SpeechRecognition[google-cloud] - Delegate to google-auth (Deprecate passing credentials JSON) by @ftnext in https://github.com/Uberi/speech_recognition/pull/811
- Introduce extra:
- Bugfixes
- Remove trailing space by @ftnext in https://github.com/Uberi/speech_recognition/pull/810
- Correct API parameters from CamelCase to snake_case
misc
- Use pipx to lint simpler and faster by @cclauss in https://github.com/Uberi/speech_recognition/pull/792
- Use pipx for lint and rstcheck by @ftnext in https://github.com/Uberi/speech_recognition/pull/807
New Contributors
- @HideyoshiNakazone made their first contribution in https://github.com/Uberi/speech_recognition/pull/735
Full Changelog: https://github.com/Uberi/speech_recognition/compare/3.12.0...3.13.0