Uberi / speech_recognition

Speech recognition module for Python, supporting several engines and APIs, online and offline.
https://pypi.python.org/pypi/SpeechRecognition/
BSD 3-Clause "New" or "Revised" License
8.45k stars 2.4k forks source link

add whisper test cases#776 #777

Closed amjadnattouf closed 2 weeks ago

amjadnattouf commented 3 weeks ago

Test cases for whisper recognizer: Raise a SetupError when the API key is missing. Raise a ValueError when invalid audio data is provided. Raise a SetupError with a specific error message when the openai module is not found.

amjadnattouf commented 3 weeks ago

@ftnext

amjadnattouf commented 3 weeks ago

Fix and Expand Test Cases in test_special_features.py #778