Skip to content

Releases: Uberi/speech_recognition

3.16.0

05 Apr 14:54

Choose a tag to compare

SpeechRecognition 3.16.0 is out🎉
This release adds Cohere Transcribe API support.
Get all of these updates with a quick pip install --upgrade SpeechRecognition.
Enjoy!

What's Changed

Features

  • feat: Add Cohere Transcribe API support (recognize_cohere_api) by @ftnext in #889

Improvements

  • unittest workflow improvements (#890, #891)

Full Changelog: 3.15.2...3.16.0

3.15.2

25 Mar 09:30

Choose a tag to compare

SpeechRecognition 3.15.2 is out🎉
This release focuses on GitHub Actions improvements.
Get all of these updates with a quick pip install --upgrade SpeechRecognition.
Enjoy!

What's Changed

Improvements

  • chore: Secure GitHub Actions specifier by @ftnext in #883
  • ci: Try actions/stale only for needinfo issues in #887
  • docs: Extract CONTRIBUTING in #886
    • docs: About AI-generated contributions in #885

Full Changelog: 3.15.1...3.15.2

3.15.1

11 Mar 14:26

Choose a tag to compare

SpeechRecognition 3.15.1 is out🎉
This release focuses on packaging bugfixes.
Get all of these updates with a quick pip install --upgrade SpeechRecognition.
Enjoy!

What's Changed

Improvements

New Contributors

Thanks! 👏

Full Changelog: 3.15.0...3.15.1

3.15.0

11 Mar 05:01

Choose a tag to compare

SpeechRecognition 3.15.0 is out🎉
This release focuses on packaging and distribution improvements, making installs more reliable and modernizing the project configuration.
Get all of these updates with a quick pip install --upgrade SpeechRecognition.
Enjoy!

What's Changed

Improvements

  • chore: Migrate the project to pyproject.toml by @ftnext in #877
    • chore: Make FLAC binaries executable in #876
    • fix: Exclude the models data directory from package discovery in #875

Full Changelog: 3.14.6...3.15.0

3.14.6

08 Mar 06:00

Choose a tag to compare

SpeechRecognition 3.14.6 was out🎉
This release mainly improves docs metadata, and also clarifies existing OpenAI-compatible endpoint support.
Get all of these and more with a quick pip install --upgrade SpeechRecognition.
Enjoy!

What's Changed

Improvements

Full Changelog: 3.14.5...3.14.6

Version 3.14.5

31 Dec 11:29

Choose a tag to compare

SpeechRecognition 3.14.5 was out🎉
Get all of these and more with a quick pip install --upgrade SpeechRecognition.
Enjoy!

What's Changed

Improvements

  • docs: Fix Groq API broken documentation URLs by @ftnext in #860
  • chore: Run type check on GitHub Actions by @ftnext in #862
    • fix: make GroqOptionalParameters fields optional by @KorigamiK in #859
    • Small fixes of type hints in #861

New Contributors

Full Changelog: 3.14.4...3.14.5

Version 3.14.4

19 Nov 12:15

Choose a tag to compare

SpeechRecognition 3.14.4 was out🎉
Get all of these and more with a quick pip install --upgrade SpeechRecognition.
Enjoy!

What's Changed

Features

  • Add verbose parameter to recognize_vosk() by @ftnext in #845
  • feat: Download Vosk model with sprc download vosk by @ftnext in #846 & #847
  • Add a blurb about Recall.ai by @Uberi

Bugfixes

  • Include soundfile in faster-whisper extra by @Harmon758 in #856 (Thanks!)

Improvements

New Contributors

Full Changelog: 3.14.3...3.14.4

Version 3.14.3

12 May 23:42

Choose a tag to compare

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 #836
  • refactor: Extract logic as AudioData.from_file() by @ftnext in #834
  • Add --prompt & --verbose in python -m speech_recognition.recognizers.whisper_api.openai by @ftnext in #837

New Contributors

Full Changelog: 3.14.2...3.14.3

Version 3.14.2

23 Mar 02:19

Choose a tag to compare

SpeechRecognition 3.14.2 was out🎉
Get all of these and more with a quick pip install --upgrade SpeechRecognition.
Enjoy!

What's Changed

Features

  • Support gpt-4o-transcribe and gpt-4o-mini-transcribe (in whisper_api.openai recognizer) by @ftnext in #833

Improvements

Full Changelog: 3.14.1...3.14.2

Version 3.14.1

25 Jan 12:31

Choose a tag to compare

SpeechRecognition 3.14.1 was out🎉
Get all of these and more with a quick pip install --upgrade SpeechRecognition.
Enjoy!

What's Changed

Improvements

  • Support PocketSphinx >= 5
    • Fix PocketSphinx tests failure on ubuntu-24.04 by @ftnext in #823

Full Changelog: 3.14.0...3.14.1