aedocw / epub2tts

Turn an epub or text file into an audiobook
Apache License 2.0
426 stars 43 forks source link

Multiple voice handling #235

Closed mkaflowski closed 2 months ago

mkaflowski commented 2 months ago

Handling multiple voices would be great feature to generate audiobooks. It could handle text like:

{voice1}- Hello. I am character A {/voice1}
{voice2}- Hello. I am character B {/voice2}
aedocw commented 2 months ago

That would be neat, but would also require a massive overhaul of the codebase, so this will not be implemented here. Take a look at https://github.com/DrewThomasson/VoxNovel though, that might fit your needs.