aedocw / epub2tts

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

better debugging #199

Closed aedocw closed 5 months ago

aedocw commented 5 months ago

This branch was poorly named, main thing I added here was some better debugging (it now outputs one line for each chunk sent to XTTS into a text file). This was to help me see better what text substitutions were happening, like replacement of ". . .". I also found that adding a line break after chapter names when using "--sayparts" made a difference. It was reliably pronouncing the period except with gibberish. Adding the line break made that go away.