forked from len0rd/rockbox
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.FileName = aData(0)
|
||||||
oTTS.Speak aData(1)
|
oTTS.Speak aData(1)
|
||||||
While oTTS.Speaking
|
While oTTS.Speaking
|
||||||
WScript.Sleep 100
|
WScript.Sleep 1
|
||||||
Wend
|
Wend
|
||||||
oTTS.FileName = ""
|
oTTS.FileName = ""
|
||||||
Else
|
Else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue