Skip to content

v0.1.5

Compare
Choose a tag to compare
@KoljaB KoljaB released this 04 Oct 17:37
· 188 commits to master since this release

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.