summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index c62e4c164a..0e58bad503 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -666,9 +666,9 @@ if ($V == 1) {
666 $SIG{INT} = \&panic_cleanup; 666 $SIG{INT} = \&panic_cleanup;
667 $SIG{KILL} = \&panic_cleanup; 667 $SIG{KILL} = \&panic_cleanup;
668 668
669 printf("Generating voice\n Target: %s\n Language: %s\n Encoder (options): %s (%s)\n TTS Engine (options): %s (%s)\n", 669 printf("Generating voice\n Target: %s\n Language: %s\n Encoder (options): %s (%s)\n TTS Engine (options): %s (%s)\n Pool directory: %s\n",
670 defined($t) ? $t : "unknown", 670 defined($t) ? $t : "unknown",
671 $l, $e, $E, $s, $S); 671 $l, $e, $E, $s, $S, defined($ENV{'POOL'}) ? $ENV{'POOL'} : "<none>");
672 generateclips($l, $t, $e, $E, $tts_object, $S, $f); 672 generateclips($l, $t, $e, $E, $tts_object, $S, $f);
673 shutdown_tts($tts_object); 673 shutdown_tts($tts_object);
674 createvoice($l, $i, $f); 674 createvoice($l, $i, $f);