Significantly speed up SAPI4 voice file creation. Still rather slow compared to SAPI5, but doesn't take hours anymore.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16361 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-02-20 23:08:00 +00:00
parent 07427592a9
commit 7001936c99

View file

@ -184,7 +184,7 @@ Do
oTTS.FileName = aData(0)
oTTS.Speak aData(1)
While oTTS.Speaking
WScript.Sleep 100
WScript.Sleep 1
Wend
oTTS.FileName = ""
Else