aedocw / epub2tts

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

Dont say that #150

Closed aedocw closed 6 months ago

aedocw commented 6 months ago

This takes the list of sentences that will be sent to TTS and removes any that do NOT have at least one letter or number in them. When TTS is asked to speak sentences that just contain things like "..." or even just one double-quote, it sounds like gibberish. Will be nice to try to catch and remove those.