v0.24.2
What's Changed
Highlights
- Prebuilt wheels now also provided for Mac and Windows
- Hindi fully supported for XTTS fine-tuning
Features
- Add multilingual phoneme cleaner by @eginhard in #44
- Support hindi in XTTS tokenizer by @akshatrocky in #64
- Normalize unicode characters in text cleaners by @shavit in #85
Fixes
- Improve CLI handling of boolean arguments by @eginhard in #38
- Use the specified device for pretrained speaker encoder by @ChristianRomberg in #45
- XTTS streaming fixes by @eginhard in #46 and by @gravityrail in #59
- Numpy 2 support by @eginhard in #47 #56 #81
- VC-related refactors and fixes by @eginhard in #49
- Update to coqui-tts-trainer 0.1.4 by @eginhard in #51
- Fix typo in xtts.py by @abrahammathews2000 in #53
- build: move umap-learn into optional notebook dependencies by @eginhard in #50
- fix(xtts): load tokenizer file based on config as last resort by @eginhard in #57
- Skip audio files that can't be decoded by @eginhard in #66
- Fix wrong references in documentation by @hykilpikonna in #74
- fix(build): restrict spacy version to unbreak installation by @KoljaB in #92
- ci(release): switch to cibuildwheel by @eginhard in #95
New Contributors
- @ChristianRomberg made their first contribution in #45
- @abrahammathews2000 made their first contribution in #53
- @gravityrail made their first contribution in #59
- @akshatrocky made their first contribution in #64
- @hykilpikonna made their first contribution in #74
- @shavit made their first contribution in #85
- @KoljaB made their first contribution in #92
Full Changelog: v0.24.1...v0.24.2