aedocw / epub2tts

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

3 second gap missing between chapters #204

Closed aedocw closed 5 months ago

aedocw commented 5 months ago

Seems like with text files, the last book I did was missing the 3 second pause between chapters. Presumably it would be the same with epub source as well. Not sure when this regression happened.

aedocw commented 5 months ago

if self.sourcetype == "epub": just needed to go, since we should assume chapter breaks in text files now too.