Merge branch 'master' into wordWrappingEndOfScreenBell

This commit is contained in:
chrys
2016-11-20 17:17:30 +01:00
14 changed files with 78 additions and 29 deletions

View File

@ -129,3 +129,8 @@ delaySec=0
# present time after to given minutes example every 15 minutes: 00,15,30,45
# if delaySec is >0 onMinutes is ignored
onMinutes=00,30
# announce via soundicon
announce=True
# interrupt current speech for time announcement
interrupt=False

View File

@ -125,7 +125,7 @@ list=
[time]
# automatic time anouncement
enabled=False
enabled=True
# present time
presentTime=True
# present date (on change)
@ -135,3 +135,7 @@ delaySec=0
# present time after to given minutes example every 15 minutes: 00,15,30,45
# if delaySec is >0 onMinutes is ignored
onMinutes=00,30
# announce via soundicon (not interrupting)
announce=True
# interrupt current speech for time announcement
interrupt=False

View File

@ -135,3 +135,7 @@ delaySec=0
# present time after to given minutes example every 15 minutes: 00,15,30,45
# if delaySec is >0 onMinutes is ignored
onMinutes=00,30
# announce via soundicon
announce=True
# interrupt current speech for time announcement
interrupt=False

View File

@ -85,3 +85,7 @@ delaySec=0
# present time after to given minutes example every 15 minutes: 00,15,30,45
# if delaySec is >0 onMinutes is ignored
onMinutes=00,30
# announce via soundicon
announce=True
# interrupt current speech for time announcement
interrupt=False

Binary file not shown.

View File

@ -48,3 +48,5 @@ PromotedText='PromotedText.wav'
mispell='mispell.wav'
# the for capital letter
capital='Caps.wav'
# general announcement
announce="Announce.wav"

Binary file not shown.

View File

@ -48,3 +48,5 @@ PromotedText='PromotedText.opus'
mispell='mispell.opus'
# the for capital letter
capital='Caps.opus'
# general announcement
announce="Announce.opus"

View File

@ -48,3 +48,5 @@ PromotedText=''
mispell=''
# the for capital letter:
capital=''
# general announcement
announce=""