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

@ -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: