RealtimeSTT Releases
103 releases of KoljaB/RealtimeSTT
- v0.1.6
The recorder now supports the context manager protocol, allowing it to be used within `with` statements for automatic resource management. This change includes a constructor update to wait for the transcription process to start and fixes a shutdown bug.
Oct 17, 2023
- v0.1.5
Addresses a bug where short speech segments caused overlapping detection issues leading to Python GIL problems. The fix involves an upgrade to multiprocessing to resolve these conflicts within the same process context.
Oct 4, 2023
- v0.1.3Initial Release
Sep 6, 2023