|
@@ -16,6 +16,12 @@ https://github.com/KoljaB/RealtimeSTT/assets/7604638/207cb9a2-4482-48e7-9d2b-072
|
|
|
|
|
|
### Updates
|
|
### Updates
|
|
|
|
|
|
|
|
+#### v0.1.9
|
|
|
|
+- switched to torch.multiprocessing
|
|
|
|
+- added compute_type, input_device_index and gpu_device_index parameters
|
|
|
|
+- recorder.text() interruptable with recorder.abort()
|
|
|
|
+- fix for #20
|
|
|
|
+
|
|
#### v0.1.8
|
|
#### v0.1.8
|
|
- added [example](https://github.com/KoljaB/RealtimeSTT/tree/master/example_browserclient) how to realtime transcribe from browser microphone
|
|
- added [example](https://github.com/KoljaB/RealtimeSTT/tree/master/example_browserclient) how to realtime transcribe from browser microphone
|
|
- large-v3 whisper model now supported (upgrade to faster_whisper 0.10.0)
|
|
- large-v3 whisper model now supported (upgrade to faster_whisper 0.10.0)
|
|
@@ -31,7 +37,6 @@ https://github.com/KoljaB/RealtimeSTT/assets/7604638/207cb9a2-4482-48e7-9d2b-072
|
|
- Bugfix for resource management in shutdown method
|
|
- Bugfix for resource management in shutdown method
|
|
|
|
|
|
#### v0.1.5
|
|
#### v0.1.5
|
|
-
|
|
|
|
- Bugfix for detection of short speech right after sentence detection (the problem mentioned in the video)
|
|
- 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
|
|
- Main transcription and recording moved into separate process contexts with multiprocessing
|
|
|
|
|