|
@@ -17,8 +17,9 @@ https://github.com/KoljaB/RealtimeSTT/assets/7604638/207cb9a2-4482-48e7-9d2b-072
|
|
|
### Updates
|
|
|
|
|
|
#### v0.1.5
|
|
|
- - Bugfix for detection of short speech right after sentence detection (the problem mentioned in the video)
|
|
|
- - Main transcription and recording moved into separate process contexts with multiprocessing
|
|
|
+
|
|
|
+- Bugfix for detection of short speech right after sentence detection (the problem mentioned in the video)
|
|
|
+- Main transcription and recording moved into separate process contexts with multiprocessing
|
|
|
|
|
|
> **Hint:** *Since we use the `multiprocessing` module now, ensure to include the `if __name__ == '__main__':` protection in your code to prevent unexpected behavior, especially on platforms like Windows. For a detailed explanation on why this is important, visit the [official Python documentation on `multiprocessing`](https://docs.python.org/3/library/multiprocessing.html#multiprocessing-programming).*
|
|
|
|