Sign inSign up

rhasspy/larynx

By rhasspy

•Updated almost 5 years ago
Archived

Image
4

50K+

rhasspy/larynx repository overview

⁠Larynx

End-to-end text to speech system using gruut⁠ and onnx⁠.

Larynx's goals are:

  • "Good enough" synthesis to avoid using a cloud service
  • Faster than realtime performance on a Raspberry Pi 4
  • Broad language support
  • Voices trained purely from public datasets

⁠Samples

Listen to voice samples⁠ from all of the pre-trained models⁠.

⁠Docker Installation

Pre-built Docker images for each language are available for the following platforms:

  • linux/amd64 - desktop/laptop/server
  • linux/arm64 - Raspberry Pi 64-bit
  • linux/arm/v7 - Raspberry Pi 32-bit

Run the Larynx web server with:

$ docker run -it -p 5002:5002 rhasspy/larynx:<LANG>

where <LANG> is one of:

  • de-de - German
  • en-us - U.S. English
  • es-es - Spanish
  • fr-fr - French
  • it-it - Italian
  • nl - Dutch
  • ru-ru - Russian
  • sv-se - Swedish

Visit http://localhost:5002⁠ for the test page. See http://localhost:5002/openapi/⁠ for HTTP endpoint documentation.

Tag summary

Content type

Image

Digest

Size

461.9 MB

Last updated

almost 5 years ago

docker pull rhasspy/larynx