Merge branch 'master' into wordWrappingEndOfScreenBell
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
BIN
config/sound/default-wav/Announce.wav
Normal file
BIN
config/sound/default-wav/Announce.wav
Normal file
Binary file not shown.
@ -48,3 +48,5 @@ PromotedText='PromotedText.wav'
|
||||
mispell='mispell.wav'
|
||||
# the for capital letter
|
||||
capital='Caps.wav'
|
||||
# general announcement
|
||||
announce="Announce.wav"
|
||||
|
BIN
config/sound/default/Announce.opus
Normal file
BIN
config/sound/default/Announce.opus
Normal file
Binary file not shown.
@ -48,3 +48,5 @@ PromotedText='PromotedText.opus'
|
||||
mispell='mispell.opus'
|
||||
# the for capital letter
|
||||
capital='Caps.opus'
|
||||
# general announcement
|
||||
announce="Announce.opus"
|
||||
|
@ -48,3 +48,5 @@ PromotedText=''
|
||||
mispell=''
|
||||
# the for capital letter:
|
||||
capital=''
|
||||
# general announcement
|
||||
announce=""
|
||||
|
Reference in New Issue
Block a user