Commit 4197d276 authored by nextime's avatar nextime

Add responsiveVoice

parent e2446716
...@@ -1362,7 +1362,7 @@ class domotikaService(service.Service): ...@@ -1362,7 +1362,7 @@ class domotikaService(service.Service):
pinterval=int(popt[1]) pinterval=int(popt[1])
elif popt[0]=='replay': elif popt[0]=='replay':
preplay=int(popt[1]) preplay=int(popt[1])
elif popt[0]=='engine' and str(popt[1]) in ['festival','google']: elif popt[0]=='engine' and str(popt[1]) in ['festival','google','responsivevoice']:
engine=str(popt[1]) engine=str(popt[1])
elif popt[0]=='lang': elif popt[0]=='lang':
ttslang=str(popt[1]) ttslang=str(popt[1])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment