1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Update tts.py

This commit is contained in:
Bertrand Songis 2014-05-31 22:15:53 +02:00
parent 0a0d6a18b6
commit f8798ee298

View file

@ -56,7 +56,7 @@ def generate(str, filename):
print filename, str
if not str:
str = " !" #this is so blank wav files never exist!
str = " !" #this is so blank wav files never exist!
if "speak" in sys.argv:
if "sapi" in sys.argv: