One Text to Speech wrapper for Python for all (?) TTS engines
29 points
7 months ago
| 4 comments
| pypi.org
| HN
willwade
7 months ago
[-]
Well all, its a bit endless.. this is a hard task since few of the new players (11labs, PlayHT) bother with SSML or word timings.. but you know, we try and deal with workarounds. Feel free to get on board if TTS is your thing..
reply
TheChaplain
7 months ago
[-]
Am I misunderstanding the purpose, or did they forget Coqui/MozillaTTS?
reply
willwade
7 months ago
[-]
Coqui works using Sherpa onnx.
reply
andrewstuart
7 months ago
[-]
You could add in MacOS built in "say" command line utility.
reply
willwade
7 months ago
[-]
fyi we currently support macos with systemtts (so sapi on windows and nss on Mac). But I really need to build a new replacement as nsss is deprecated.. nb: our engine does more than say - we do word events and standardise languages/calls etc
reply
somesun
7 months ago
[-]
anyone konws good offline tts engine which can support multi-language like English and Chinese?
reply
willwade
7 months ago
[-]
sherpa-onnx. use one of these models - https://k2-fsa.github.io/sherpa/onnx/tts/pretrained_models/r... - if you use py3-tts-wrapper you can get a list of these using the get_voices method
reply