98_Text2Speech.pm: Bugfix by speaking as fast as possible

git-svn-id: https://svn.fhem.de/fhem/trunk@19116 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Tobias.Faust
2019-04-05 09:45:46 +00:00
parent ba82cf9e4a
commit 562627aa23

View File

@@ -891,7 +891,7 @@ sub Text2Speech_DoIt($) {
Log3 $hash->{NAME}, 4, $hash->{NAME}.": Bearbeite jetzt den Text: ". join(" ",@{$hash->{helper}{Text2Speech}->[0]});
if(! -e $file) { # Datei existiert noch nicht im Cache
Text2Speech_Download($hash, $file, $hash->{helper}{Text2Speech}->[0]);
Text2Speech_Download($hash, $file, join(" ",@{$hash->{helper}{Text2Speech}->[0]}));
} else {
Log3 $hash->{NAME}, 4, $hash->{NAME}.": $file gefunden, kein Download";
}