DrewThomasson / ebook2audiobookXTTS

Generates an audiobook with chapters and ebook metadata using Calibre and Xtts from Coqui tts, and with optional voice cloning, and supports multiple languages
MIT License
604 stars 67 forks source link

📚 [Want to contribute?] ebook2audiobookxtts roadmap #32

Open DrewThomasson opened 3 days ago

DrewThomasson commented 3 days ago

All Features open to public Contributions ⭐

Wanted Extra Parameters

My Other Repos I Want to Integrate into the App for Extra Options :)

Create a standard function for load_model() and inference_model() for:

Create Readme in these languages

Binary builds Working pyinstaller script for:

🐍 Pip install that works for:

Extra Overkill for training models and such (All supported Coqio tts models and piper-tts in one easy command)

Wanted Auto-testing scripts for development

@DrewThomasson if you want to help out at all! 😃

ROBERT-MCDOWELL commented 5 hours ago

Another interesting option would be to change voices between chapters. for i.e.: --voice_mapping {"chapters": {1:"john.wav",2:"stella.wav",3:"child.wav",4:"random"} } so the selected chapters will see their voice mapped, others will keep the main --voice intact.

DrewThomasson commented 5 hours ago

Another interesting option would be to change voices between chapters. for i.e.: --voice_mapping {"chapters": {1:"john.wav",2:"stella.wav",3:"child.wav",4:"random"} } so the selected chapters will see their voice mapped, others will keep the main --voice intact.

@ROBERT-MCDOWELL Added to roadmap checklist