jgreco / mpv-scripts

userscripts for mpv
45 stars 12 forks source link

Thanks for TTS #4

Open shakna-israel opened 4 years ago

shakna-israel commented 4 years ago

My eyes are unexpectedly worse than usual, so having your tts script as a starting point to do a quick port to espeak has been a great help.

Mostly just:

exec({"espeak", "-z", "-v", "en+f5", "-p57", "-a90", "-s180", " "..txt})

Which is mostly just some tweaks because the default voice is even worse than this.

clort81 commented 1 month ago

Which is mostly just some tweaks because the default voice is even worse than this.

You may be interested in piper TTS, which runs on low power linux devices and features the organic inflection you get with NN TTS.
https://github.com/rhasspy/piper