From 938d82035530dde86ff607f4fe99194f1efe6c90 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 10 Jul 2020 19:49:35 -0400 Subject: voices: Add tts language mappings for the top 19 languages festival: english and spanish only gtts: all but nederlands espeak: all (need espeak-ng for czech, greek, and japanese) Change-Id: I7df1b3235b48f352b0af3c13e3742e85432bc692 --- tools/configure | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index aa8b190250..9069c84e3b 100755 --- a/tools/configure +++ b/tools/configure @@ -1109,6 +1109,14 @@ voiceconfig () { DEFAULT_NOISEFLOOR="500" DEFAULT_CHOICE="e" fi + if [ -n "`findtool espeak-ng`" ]; then + ESPEAK="(e)Speak-ng " + ESPEAK_OPTS="" + DEFAULT_TTS="espeak-ng" + DEFAULT_TTS_OPTS=$ESPEAK_OPTS + DEFAULT_NOISEFLOOR="500" + DEFAULT_CHOICE="e" + fi if [ -n "`findtool festival`" ]; then FESTIVAL="(F)estival " FESTIVAL_OPTS="" -- cgit v1.2.3