Preferably, download a recent binary from the releases. Building this is a painfully involved process at the moment.
Then:
divvun-worker-tts path/to/filesYour files directory should include:
tts.drb-- this holds your speech synthesizer modeltext-XXX.drb-- the text processing model for a given language code (e.g.olo)config.toml-- this describes how text processing hooks up with the synthesizer
You can access a web UI for testing on /.
/health provides a server health check.
See https://api.giellalt.org/#tts.
Apache-2.0 OR MIT.