Skip to content

Latest commit

 

History

History
 
 

voice-fr-siwis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

French Text to Speech Voice (siwis)

Voice and vocoder models for larynx based on the SIWIS corpus.

Usage

Run a web server at http://localhost:5002

$ docker run -it -p 5002:5002 \
    --device /dev/snd:/dev/snd \
    rhasspy/larynx:fr-siwis-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=...