openhab-docs/addons/voice/marytts
Kai Kreuzer a0424deca7 added automatic inclusion of voice add-ons
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-12 21:17:52 +01:00
..
readme.md added automatic inclusion of voice add-ons 2016-11-12 21:17:52 +01:00

readme.md

layout
documentation

{% include base.html %}

Mary Text-to-Speech

Overview

The Mary Text-to-Speech (TTS) service is a pure Java implementation of a TTS service, which uses the MaryTTS project of DFKI.

While it provides good quality results, it must be noted that it is too heavy-weight for most embedded hardware like Raspberry Pis. When using this service, you should be running openHAB on some real server instead.

Configuration

There is no need to configure anything for this service.

Voices

MaryTTS comes with three packages voices, one for American English, two for German:

> voice voices
marytts:cmuslthsmm cmu-slt-hsmm (en_US)
marytts:bits3hsmm bits3-hsmm (de)
marytts:bits1hsmm bits1-hsmm (de)

Supported Audio Formats

The MaryTTS service produces audio streams using WAV containers and PCM (signed) codec with 16bit depth. The sample frequency depends on the chosen voice and ranges from 16kHz to 48kHz.