make espeak default
This commit is contained in:
parent
c2d01cd780
commit
8265a06ed4
@ -7,7 +7,7 @@ import hashlib
|
||||
import difflib
|
||||
import textwrap
|
||||
import speech.es as es
|
||||
import speech.sd as sd
|
||||
#import speech.sd as sd
|
||||
|
||||
runtime = {
|
||||
'running':True,
|
||||
@ -25,8 +25,8 @@ runtime = {
|
||||
'newContentAttrib': b'',
|
||||
'oldTTY':'0',
|
||||
'newTTY':'0',
|
||||
'speechDriverString':'sd',
|
||||
'speechDriver': sd.speech()
|
||||
'speechDriverString':'es',
|
||||
'speechDriver': es.speech()
|
||||
}
|
||||
|
||||
while(runtime['running']):
|
||||
|
Loading…
Reference in New Issue
Block a user