OpenTTS: Difference between revisions

From Voice Technology Wiki
Jump to navigation Jump to search
(Added initial description)
(Fix link to MaryTTS)
Line 7: Line 7:


* Every text to speech engine and voice is available through a single HTTP API
* Every text to speech engine and voice is available through a single HTTP API
* A [http://mary.dfki.de/ MaryTTS]-compatible HTTP API is available, allowing OpenTTS to be used without custom plugins in [https://www.home-assistant.io/ Home Assistant], etc.
* A [[MaryTTS]]-compatible HTTP API is available, allowing OpenTTS to be used without custom plugins in [https://www.home-assistant.io/ Home Assistant], etc.
* Basic SSML support allows mixing multiple voices with custom silence breaks and word pronunciations
* Basic SSML support allows mixing multiple voices with custom silence breaks and word pronunciations


[[Category:TTS]]
[[Category:TTS]]
[[Category:Project]]
[[Category:Project]]

Revision as of 04:22, 17 November 2021

What is OpenTTS

OpenTTS is a collection of Docker images (one per language) with many open source text to speech engines and voices.

https://github.com/synesthesiam/opentts

Advantages

  • Every text to speech engine and voice is available through a single HTTP API
  • A MaryTTS-compatible HTTP API is available, allowing OpenTTS to be used without custom plugins in Home Assistant, etc.
  • Basic SSML support allows mixing multiple voices with custom silence breaks and word pronunciations