This commit is contained in:
chrys87 2016-07-07 14:23:43 +02:00 committed by GitHub
parent 99da7afc28
commit d4c358bd81

View File

@ -9,8 +9,8 @@ import textwrap
from subprocess import Popen, PIPE from subprocess import Popen, PIPE
import utils.debug import utils.debug
import speech.es as es import speech.espeak as es
import speech.sd as sd import speech.speechd as sd
runtime = { runtime = {
'running':True, 'running':True,
@ -28,7 +28,7 @@ runtime = {
'newContentAttrib': b'', 'newContentAttrib': b'',
'oldTTY':'0', 'oldTTY':'0',
'newTTY':'0', 'newTTY':'0',
'speechDriverString':'es', 'speechDriverString':'speechd',
'speechDriver': sd.speech() 'speechDriver': sd.speech()
} }