v0.3.9
KoljaB/RealtimeSTTv0.3.9Dec 11, 2024by KoljaB
AI Summary
This update introduces batched transcription capabilities to improve processing efficiency, adding configurable batch size parameters for both standard and real-time modes.
Key Highlights
- Added batched transcription support for main and real-time models
- Introduced 'batch_size' and 'realtime_batch_size' parameters
New Features
- Batched transcription support with configurable batch sizes
Full Release Notes
# 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.