Kolja Beigel 1 tahun lalu
induk
melakukan
e5613cac06
1 mengubah file dengan 6 tambahan dan 1 penghapusan
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -16,6 +16,12 @@ https://github.com/KoljaB/RealtimeSTT/assets/7604638/207cb9a2-4482-48e7-9d2b-072
 
 ### 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
 - 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)
@@ -31,7 +37,6 @@ https://github.com/KoljaB/RealtimeSTT/assets/7604638/207cb9a2-4482-48e7-9d2b-072
 - Bugfix for resource management in shutdown method
 
 #### 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