unify pitch and rate with a value 0.0 - 1.0 in config

This commit is contained in:
chrys
2016-08-08 11:07:40 +02:00
parent 326561774f
commit f51a5967eb
6 changed files with 18 additions and 17 deletions

View File

@@ -12,8 +12,8 @@ settings = {
'speech':{
'enabled': True,
'driver':'speechd',
'rate': 1,
'pitch': 1,
'rate': 0.75,
'pitch': 0.5,
'module': '',
'voice': 'de',
'language': 'de',
@@ -30,7 +30,7 @@ settings = {
'general':{
'keyboardLayout': "desktop",
'debugLevel': debug.debugLevel.DEACTIVE,
'punctuationLevel': 1
'punctuationLevel': 1,
},
'keyboard':{
'device':"all",