Skip to content

Releases: KoljaB/RealtimeSTT

v0.1.6

17 Oct 10:03
Compare
Choose a tag to compare

Implements context manager protocol. This enables the recorder instance to be used in a with statement, ensuring proper resource management. Waits for transcription process to start in constructor now. Fixed bug in the shutdown method.

v0.1.5

04 Oct 17:37
Compare
Choose a tag to compare

Bugfix for a problem with the detection of short speech right after a sentence detection. In this case the voice activity detection of the new sentence overlaps with the transcription of the last sentence causing problems due to the pythons global interpreter lock mechanism. This only happens when this overlapping occurs within the same process context so that this multiprocessing upgrade should solve the issue.

Initial Release

06 Sep 20:37
Compare
Choose a tag to compare
v0.1.3

updated versions in batchfiles of example apP