summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index b582c96235..c62e4c164a 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -511,6 +511,14 @@ sub generateclips {
511 if (defined($ENV{'POOL'})) { 511 if (defined($ENV{'POOL'})) {
512 copy($enc, $pool_file); 512 copy($enc, $pool_file);
513 } 513 }
514 # Special cases
515 if ($id eq "VOICE_INVALID_VOICE_FILE") {
516 copy ($enc, "InvalidVoice_$language.talk");
517 }
518 if ($id eq "VOICE_LANG_NAME") {
519 copy ($enc, "$language.lng.talk");
520 }
521
514 unlink($wav); 522 unlink($wav);
515 } 523 }
516 $voice = ""; 524 $voice = "";