Hi, everyone!
I’ve recently updated my MozillaTTS docker images with:
- Support for ARM platforms (32-bit and 64-bit) as well as CPUs without AVX instructions (Celeron, etc.)
- Pre-trained models for English, Spanish, French, and German
Try it out with:
docker run -it -p 5002:5002 synesthesiam/mozillatts:<LANGUAGE>
where <LANGUAGE>
is en
, es
, fr
, or de
. If you have a CPU without AVX instructions, add -noavx
to the end.
You should be able to visit http://localhost:5002
There’s a /api/tts
endpoint (GET
with ?text=...
or POST
) as well as a MaryTTS-compatible /process
endpoint so you can use things like the Home Assistant MaryTTS integration (hint: use -p 59125:5002
).
Please let me know if you find any bugs or have other models to include