This commit is contained in:
chrys 2018-03-28 15:40:21 +02:00
parent 7984b430de
commit d1e14a2b1d
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,8 @@
^[[D=shut_up
^[O=review_bottom
^[U=review_top
^[i=review_curr_line
^[[1;3B=review_curr_line
#^[i=review_curr_line
^[u=review_prev_line
^[o=review_next_line
^[J=review_line_begin

View File

@ -95,7 +95,7 @@ setup(
"setuptools",
"pexpect",
"pyttsx3",
"pyte',
"pyte",
],
)

View File

@ -73,7 +73,6 @@ class driver(speechDriver):
if not self._isInitialized:
return
self._engine.stop()
self._engine.proxy.stop()
def setPitch(self, pitch):
if not self._isInitialized: