wustho / epy

CLI Ebook (epub2, epub3, fb2, mobi) Reader
GNU General Public License v3.0
928 stars 52 forks source link

How exactly is `TTSEngineArgs` defined? #75

Open Juliusfrank11 opened 1 year ago

Juliusfrank11 commented 1 year ago

Hi,

I'm confused about what format we put for TSSEngineArgs. I see that it's a list of strings, but specifying

    "TTSEngineArgs": ["duration_stretch=0.8"]

results in the pages being skipped rapidly with no output while

    "TTSEngineArgs": ["--setf duration_stretch=0.8"]

per mimic documentation just results in TTS speaking the string "--setf duration_stretch=0.8"

If it makes a difference, I installed mimic through brew.