v0.5.0
KoljaB/RealtimeTTSv0.5.0Mar 28, 2025by KoljaB
AI Summary
The 0.5.0 release optimizes performance by refactoring module initialization to use on-demand loading and lazy loading strategies.
Key Highlights
- Refactored module initialization for on-demand engine loading
- Reduced initial import time with lazy loading
- Clearer error messages with installation hints
New Features
- On-demand engine loading
- Lazy loading
Full Release Notes
# RealtimeTTS v0.5.0 Release Notes **Enhancements & Changes:** - Refactored module initialization for on-demand engine loading. - Reduced initial import time with lazy loading. - Clearer error messages with installation hints for missing dependencies.