mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Update tts.py
This commit is contained in:
parent
0a0d6a18b6
commit
f8798ee298
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def generate(str, filename):
|
||||||
print filename, str
|
print filename, str
|
||||||
|
|
||||||
if not 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 "speak" in sys.argv:
|
||||||
if "sapi" in sys.argv:
|
if "sapi" in sys.argv:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue