Skip to content

Commit a813744

Browse files
withdraw refelection of dual_sapi5txt
withdraw refelection of the dual_sapi5txt branch that I accidentally applied to the master branch!
1 parent c5d7e3e commit a813744

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

addon/synthDrivers/dual_sapi5.py

-4
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,6 @@ def outputTags():
411411
text = "".join(textList)
412412
flags = constants.SVSFIsXML | constants.SVSFlagsAsync
413413
self.tts.Speak(text, flags)
414-
file = open("dual_sapi5.txt","ab")
415-
text = text + '\n'
416-
file.write(text.encode('utf8'))
417-
file.close()
418414

419415
def speak(self, speechSequence):
420416
try:

0 commit comments

Comments
 (0)