v0.4.50
KoljaB/RealtimeTTSv0.4.50Mar 9, 2025by KoljaB
AI Summary
Adds voice mixing capabilities to the KokoroEngine, allowing users to blend custom voices using a specific formula syntax.
Key Highlights
- Voice mixing formula syntax (e.g., '0.714*af_nicole + 0.286*af_sky')
- Access to a custom voice mixing tool
- Updated test code for voice mixing
New Features
- Voice mixing for KokoroEngine
Full Release Notes
# RealtimeTTS v0.4.50 Release Notes
- added possibility to mix voices for KokoroEngine:
```python
engine.set_voice("0.714*af_nicole + 0.286*af_sky")
```
This feature allows you to mix a custom voice. You can use [š ļø this tool](https://huggingface.co/spaces/ysharma/Make_Custom_Voices_With_KokoroTTS) and copy/paste the voice combination formula.
š [Code to test voice mixing](https://github.com/KoljaB/RealtimeTTS/blob/master/tests/kokoro_mix_voices.py) mixing voices with Kokoro