summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index dbbebd1262..7d44def7b0 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -427,7 +427,7 @@ sub gentalkclips {
427 } 427 }
428 # Element is a dir 428 # Element is a dir
429 if ( -d $path) { 429 if ( -d $path) {
430 gentalkclips($path, $tts_object, $encoder, $encoder_opts, $i); 430 gentalkclips($path, $tts_object, $encoder, $encoder_opts, $tts_engine_opts, $i);
431 $mp3 = sprintf("%s/_dirname.talk", $path); 431 $mp3 = sprintf("%s/_dirname.talk", $path);
432 } 432 }
433 # Element is a file 433 # Element is a file