make espeak default
This commit is contained in:
parent
c2d01cd780
commit
8265a06ed4
@ -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']):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user