mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
voice: More voice generation fixes:
* espeak vs espeak-ng (prefer the latter!) * voicepool was busted for most non-english strings Change-Id: Iae6df0f5426155b7b1f444160814ff9ef4581f21
This commit is contained in:
parent
938d820355
commit
185d2bbb6a
2 changed files with 6 additions and 1 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -1283,6 +1283,10 @@ voiceconfig () {
|
|||
advopts="$advopts --voice=$CHOICE"
|
||||
echo "Mimic voice set to $TTS_MIMIC_VOICE"
|
||||
TTS_OPTS="$TTS_OPTS -voice $TTS_MIMIC_VOICE"
|
||||
elif [ "$TTS_ENGINE" = "espeak" ] ; then
|
||||
if [ -n "`findtool espeak-ng`" ] ; then
|
||||
TTS_ENGINE="espeak-ng"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Read custom tts options from command line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue