Voice and vocoder models for larynx based on the free rdh dataset.
Run a web server at http://localhost:5002
$ docker run -it -p 5002:5002 \
--device /dev/snd:/dev/snd \
rhasspy/larynx:nl-rdh-1
Endpoints:
/api/tts
- returns WAV audio for textGET
with?text=...
POST
with text body
/api/phonemize
- returns phonemes for textGET
with?text=...
POST
with text body
/process
- compatibility endpoint to emulate MaryTTSGET
with?INPUT_TEXT=...