aedocw / epub2tts

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

bring back breaking up text into chunks #90

Closed aedocw closed 7 months ago

aedocw commented 7 months ago

This should have stayed in here in the first place. When reading from a txt file (rather than epub), it is unable to detect chapters, so it breaks the text up every 50000 characters instead. Probably will make that 30k characters in the future.