| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.17.0 source code.tar.gz | 2026-06-16 | 37.0 MB | |
| 3.17.0 source code.zip | 2026-06-16 | 37.0 MB | |
| README.md | 2026-06-16 | 792 Bytes | |
| Totals: 3 Items | 74.0 MB | 9 | |
SpeechRecognition 3.17.0 is out🎉
This release adds AudioData.split() for large audio file.
Get all of these updates with a quick pip install --upgrade SpeechRecognition.
Enjoy!
Features
- feat: Add AudioData.split() for chunking large audio data by @ftnext in https://github.com/Uberi/speech_recognition/pull/896
- chore: Remove retired recognize_bing (Microsoft Bing Speech API) by @ftnext in https://github.com/Uberi/speech_recognition/pull/901
Improvements
- chore: Install ffmpeg direct in Linux for CI stability by @ftnext in https://github.com/Uberi/speech_recognition/pull/902
Full Changelog: https://github.com/Uberi/speech_recognition/compare/3.16.1...3.17.0