mallorbc / whisper_mic

Project that allows one to use a microphone with OpenAI whisper.
MIT License
674 stars 154 forks source link

Added listen_loop_async to whisper_mic.py #73

Closed Eren-Nevin closed 3 months ago

Eren-Nevin commented 4 months ago

listen_loop_async is a async generator so that async code that uses whisper mic can listen on each result asynchronously instead of simply printing

mallorbc commented 3 months ago

Looks good to me!