Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 689 Bytes

Dutch Text to Speech Voice (rdh)

Voice and vocoder models for larynx based on the free rdh dataset.

Samples

Usage

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 text
    • GET with ?text=...
    • POST with text body
  • /api/phonemize - returns phonemes for text
    • GET with ?text=...
    • POST with text body
  • /process - compatibility endpoint to emulate MaryTTS
    • GET with ?INPUT_TEXT=...