v0.3.2
KoljaB/RealtimeTTSv0.3.2Nov 30, 2023by KoljaB
AI Summary
Resolved an issue where play_async() would fail after calling stop() and added tqdm to requirements for progress bar visualization during downloads.
Key Highlights
- Bugfix for play_async() after stop()
- Added tqdm for progress bars
New Features
- Async playback stability fix
- Progress bar support
Full Release Notes
- fixes a bug causing play_async() to fail after using stop(). Affected all engines. - added tqdm to requirements (used to show progressbar while coqui model downloads)