summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/voice.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 85ff664..bec358f 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -257,6 +257,7 @@ sub generateclips {
my $pool_file;
open(VOICEFONTIDS, "> voicefontids");
my $i = 0;
+ local $| = 1; # make progress indicator work reliably
my $tts_object = init_tts($tts_engine, $tts_engine_opts, $language);
print("Generating voice clips");