summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 415c2bbc38..0d5a3d2d64 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -398,10 +398,7 @@ sub createvoice {
398 our $verbose; 398 our $verbose;
399 my ($language, $target_id) = @_; 399 my ($language, $target_id) = @_;
400 my $outfile = ""; 400 my $outfile = "";
401 my $i = 0; 401 $outfile = sprintf("%s.voice", $language);
402 do {
403 $outfile = sprintf("%s%s.voice", $language, ($i++ == 0 ? '' : '-'.$i));
404 } while (-f $outfile);
405 printf("Saving voice file to %s\n", $outfile) if $verbose; 402 printf("Saving voice file to %s\n", $outfile) if $verbose;
406 my $cmd = "voicefont 'voicefontids' $target_id ./ $outfile"; 403 my $cmd = "voicefont 'voicefontids' $target_id ./ $outfile";
407 print("> $cmd\n") if $verbose; 404 print("> $cmd\n") if $verbose;