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 | 2025-05-12 | 795 Bytes | |
| Version 3.14.3 source code.tar.gz | 2025-05-12 | 37.0 MB | |
| Version 3.14.3 source code.zip | 2025-05-12 | 37.0 MB | |
| Totals: 3 Items | 74.0 MB | 12 | |
SpeechRecognition 3.14.3 was out🎉
Get all of these and more with a quick pip install --upgrade SpeechRecognition.
Enjoy!
What's Changed
Improvements
- Fix vosk's URL model list broken link in error message by @sebampuero in https://github.com/Uberi/speech_recognition/pull/836
- refactor: Extract logic as
AudioData.from_file()by @ftnext in https://github.com/Uberi/speech_recognition/pull/834 - Add --prompt & --verbose in
python -m speech_recognition.recognizers.whisper_api.openaiby @ftnext in https://github.com/Uberi/speech_recognition/pull/837
New Contributors
- @sebampuero made their first contribution in https://github.com/Uberi/speech_recognition/pull/836
Full Changelog: https://github.com/Uberi/speech_recognition/compare/3.14.2...3.14.3