forked from len0rd/rockbox
Make clip generation progress indicator work reliably.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14570 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f225f04d00
commit
f2ed1e4008
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue