Skip to content

Latest commit

 

History

History
 
 

voice-nl-rdh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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=...