diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-09-02 00:50:08 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-09-02 00:50:08 +0000 |
commit | f2ed1e40088fb2fcb9d715fa321c4c69e79243d4 (patch) | |
tree | 768e3ab941872bd7bc91d8b3256e890fb5be9787 /tools/voice.pl | |
parent | f225f04d003167dad499e093c6de6cbd186d6b50 (diff) |
Make clip generation progress indicator work reliably.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14570 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-x | tools/voice.pl | 1 |
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 { 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"); |