Python library for easy multispeaker TTS synthesizing and HTML/EPUB conversion #2580
knochenhans
started this conversation in
Show and tell
Replies: 2 comments
-
This is cool! Thanks for sharing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@knochenhans how's your project going? I saw that you published the library, but did you succeed with the UI? Do you have any plans to continue the project? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I’m working on a Python library that aims to make it as easy as possible to synthesize complex multispeaker text with Coqui TTS and thought this might be helpful to someone here. My main goal is to create an easy to use yet customizable framework for writing audiobook files from different document formats like HTML, EPUB, or just about anything that might be needed.
You can check out the current version and more info here: https://github.com/knochenhans/tts_arranger
Here is what a simple example would look like (writes an m4b audiobook containing 2 chapters, metadata and cover image):
HTML and EPUB conversion is also possible, but I haven’t come around to document the workflow properly. I’m also working on a Qt based GUI that would allow easy file conversion into audiobooks via drag & drop, and a system to automatically retrieve blogs and convert them into audiobooks, but this it not yet ready to be released.
I’m happy for any kind of feedback. Oh and this is my first Python project of this scope, so you’ll probably run into bugs 😅
Beta Was this translation helpful? Give feedback.
All reactions