KoljaB / RealtimeSTT

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.
MIT License
2.09k stars 190 forks source link

possible typo on RealtimeSTT/audio_recorder.py:1474 - a colon looks to be commented out #100

Closed JayDeezus closed 3 months ago

JayDeezus commented 3 months ago

https://github.com/KoljaB/RealtimeSTT/blame/69d7547fd70922b4828735b603dfaab48f8ff4a2/RealtimeSTT/audio_recorder.py#L1474

Looks like the colon was commented out, can't import the library.

JayDeezus commented 3 months ago

I put in a pull request... I think. I haven't done much on github so I apologize if I didn't follow social protocol to suggest an edit.

KoljaB commented 3 months ago

All fine, merged that one (#101), thank's a lot!