summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-09-02 00:50:08 +0000
committerJens Arnold <amiconn@rockbox.org>2007-09-02 00:50:08 +0000
commitf2ed1e40088fb2fcb9d715fa321c4c69e79243d4 (patch)
tree768e3ab941872bd7bc91d8b3256e890fb5be9787
parentf225f04d003167dad499e093c6de6cbd186d6b50 (diff)
downloadrockbox-f2ed1e40088fb2fcb9d715fa321c4c69e79243d4.tar.gz
rockbox-f2ed1e40088fb2fcb9d715fa321c4c69e79243d4.zip
Make clip generation progress indicator work reliably.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14570 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/voice.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 85ff6642f4..bec358f5fe 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -257,6 +257,7 @@ sub generateclips {
257 my $pool_file; 257 my $pool_file;
258 open(VOICEFONTIDS, "> voicefontids"); 258 open(VOICEFONTIDS, "> voicefontids");
259 my $i = 0; 259 my $i = 0;
260 local $| = 1; # make progress indicator work reliably
260 261
261 my $tts_object = init_tts($tts_engine, $tts_engine_opts, $language); 262 my $tts_object = init_tts($tts_engine, $tts_engine_opts, $language);
262 print("Generating voice clips"); 263 print("Generating voice clips");