v0.3.9
版本发布时间: 2024-12-11 19:45:27
KoljaB/RealtimeSTT最新发布版本:v0.3.93(2024-12-19 02:19:28)
RealtimeSTT v0.3.9 Release Notes
🚀 New Features
Batched Transcription
- Added support for batched transcription in both main and real-time models which improves performance and efficiency
- New parameters introduced:
-
batch_size
: Controls the batch size for main transcription tasks. -
realtime_batch_size
: Configures batch size for real-time transcription.
-
This feature is designed to speed up processing. I can't say yet if there may be cases where batching overhead impacts performance negatively. It looked promising for me in initial tests, but I need your feedback! Please report if you get into any issues or notice even slower transcription due to batching.