v0.24.0
What's Changed
Features
- Move from setup.py to pyproject.toml, simplify requirements by @eginhard in #19
This removes language-specific G2P dependencies for Bangla, Korean and Mandarin Chinese from the default install. They must now be installed via optional extras, as is already the case for Japanese: https://github.com/idiap/coqui-ai-TTS?tab=readme-ov-file#optional-dependencies
Fixes
- fix(espeak_wrapper): capture stderr separately by @eginhard in #17
- fix(bark): add missing argument for load_voice() by @eginhard in #22
- fix(server): ensure logging output gets actually shown by @eginhard in #26
Full Changelog: v0.23.1...v0.24.0