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