forked from len0rd/rockbox
Remove some development help.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20182 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
839bcdf46c
commit
4a54fc0eec
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -529,7 +529,7 @@ voiceconfig () {
|
|||
# Select which voice to use for Festival
|
||||
if [ "$TTS_ENGINE" = "festival" ]; then
|
||||
i=1
|
||||
for voice in `echo "(voice.list)"|festival -i 2>/dev/null |tr "\n" " "|sed -e 's/.*festival> (\(.*\)) festival>/\1 foobar/'|sort`; do
|
||||
for voice in `echo "(voice.list)"|festival -i 2>/dev/null |tr "\n" " "|sed -e 's/.*festival> (\(.*\)) festival>/\1/'|sort`; do
|
||||
if [ "$i" = "1" ]; then
|
||||
TTS_FESTIVAL_VOICE="$voice" # Default choice
|
||||
fi
|
||||
|
@ -539,7 +539,7 @@ voiceconfig () {
|
|||
printf "Please select which Festival voice to use (default is $TTS_FESTIVAL_VOICE): "
|
||||
CHOICE=`input`
|
||||
i=1
|
||||
for voice in `echo "(voice.list)"|festival -i 2>/dev/null |tr "\n" " "|sed -e 's/.*festival> (\(.*\)) festival>/\1 foobar/'|sort`; do
|
||||
for voice in `echo "(voice.list)"|festival -i 2>/dev/null |tr "\n" " "|sed -e 's/.*festival> (\(.*\)) festival>/\1/'|sort`; do
|
||||
if [ "$i" = "$CHOICE" -o "$voice" = "$CHOICE" ]; then
|
||||
TTS_FESTIVAL_VOICE="$voice"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue