[feat(whisper)] Add recognize_whisper by joy-void-joy · Pull Request #625 · Uberi/speech_recognition
Solve #624 by adding recognize_whisper to Recognizer. This works by writing in a tempfile, due to the format whisper asks for. Usage example: import speech_recognition as sr # obtain audio from th...