File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Unreleased
5- ----------
4+ [ 1.9.1 ] (2025-07-01)
5+ --------------------
66
77### Fixed
88
@@ -303,6 +303,7 @@ Unreleased
303303- mp3 support by using FFmpeg instead of librosa in #8
304304- add language detection endpoint in #9
305305
306+ [1.9.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.9.1
306307[1.9.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.9.0
307308[1.8.2]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.2
308309[1.8.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Whisper ASR Box is a general-purpose speech recognition toolkit. Whisper Models
1111
1212## Features
1313
14- Current release (v1.9.0 ) supports following whisper models:
14+ Current release (v1.9.1 ) supports following whisper models:
1515
1616- [ openai/whisper] ( https://github.com/openai/whisper ) @[ v20250625] ( https://github.com/openai/whisper/releases/tag/v20250625 )
1717- [ SYSTRAN/faster-whisper] ( https://github.com/SYSTRAN/faster-whisper ) @[ v1.1.1] ( https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.1 )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
66
77## Features
88
9- Current release (v1.9.0 ) supports following whisper models:
9+ Current release (v1.9.1 ) supports following whisper models:
1010
1111- [ openai/whisper] ( https://github.com/openai/whisper ) @[ v20250625] ( https://github.com/openai/whisper/releases/tag/v20250625 )
1212- [ SYSTRAN/faster-whisper] ( https://github.com/SYSTRAN/faster-whisper ) @[ v1.1.1] ( https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.1 )
Original file line number Diff line number Diff line change 11[project ]
22name = " whisper-asr-webservice"
3- version = " 1.10.0-dev "
3+ version = " 1.9.1 "
44description = " Whisper ASR Webservice is a general-purpose speech recognition webservice."
55requires-python = " >=3.10,<3.13"
66dependencies = [
You can’t perform that action at this time.
0 commit comments