This commit is contained in:
chrys 2016-07-14 23:37:29 +02:00
parent a46ac6f02d
commit 39b29e7d41
2 changed files with 4 additions and 4 deletions

View File

@ -6,9 +6,9 @@ theme=default
[speech]
enabled=True
driver=espeak
rate=100
pitch=100
driver=speechd
rate=80
pitch=50
module=espeak
voice=de
language=de

View File

@ -14,7 +14,7 @@ class command():
environment['runtime']['outputManager'].speakText(environment, "empty line")
else:
environment['runtime']['outputManager'].speakText(environment, environment['screenData']['newContentText'].split('\n')[environment['screenData']['newCursorReview']['y']])
print(environment['screenData']['newCursorReview'])
return environment
def setCallback(self, callback):
pass