v0.1.7
版本发布时间: 2023-11-09 23:36:55
KoljaB/RealtimeSTT最新发布版本:v0.3.93(2024-12-19 02:19:28)
- Bugfix for Mac OS Installation (occured int the context of multiprocessing with the usage of queue.size(), changed to use multiprocessing.Manager().Queue() which should work under Mac)
- KeyboardInterrupt handling (we can now abort the recorder with CTRL+C)
- Bugfix for spinner handling (could lead to exception in some cases, AttributeError: 'NoneType' object has no attribute '_interval')