make espeak default

This commit is contained in:
chrys 2016-07-06 01:15:55 +02:00
parent c2d01cd780
commit 8265a06ed4

View File

@ -7,7 +7,7 @@ import hashlib
import difflib import difflib
import textwrap import textwrap
import speech.es as es import speech.es as es
import speech.sd as sd #import speech.sd as sd
runtime = { runtime = {
'running':True, 'running':True,
@ -25,8 +25,8 @@ runtime = {
'newContentAttrib': b'', 'newContentAttrib': b'',
'oldTTY':'0', 'oldTTY':'0',
'newTTY':'0', 'newTTY':'0',
'speechDriverString':'sd', 'speechDriverString':'es',
'speechDriver': sd.speech() 'speechDriver': es.speech()
} }
while(runtime['running']): while(runtime['running']):