aedocw / epub2tts

Turn an epub or text file into an audiobook
Apache License 2.0
445 stars 44 forks source link

added support for other languages, removed excessive string formattin… #114

Closed wonka929 closed 7 months ago

wonka929 commented 7 months ago
wonka929 commented 7 months ago

@aedocw take a look here

aedocw commented 7 months ago

This looks really great at first glance, thanks for doing all the work to fix formatting and make this all look better and more readable!

I will try to test it in the next day or two and give you any more feedback. One thing to note though, some of the excessive string formatting was because of special characters like smart-quotes that sometimes seemed to through the TTS for a loop. I'll try to find some examples that were problematic in the past and see if they still have issues with this branch.

Thanks again though, I really appreciate you taking the time to submit this!

aedocw commented 7 months ago

Just needs one change - bump the version number in setup.py and I'm happy to merge this. Thank you again!!

wonka929 commented 7 months ago

Version bump done