v0.3.9
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.