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:
parent
07427592a9
commit
7001936c99
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue