announce capital letters in keyecho, deleteecho, char review next,prev/current and arrow left right
This commit is contained in:
@ -41,6 +41,8 @@ rate=0.45
|
||||
|
||||
# Pitch controls the pitch of the voice, select from 0, lowest, to 1.0, highest.
|
||||
pitch=0.5
|
||||
# Pitch for capital letters
|
||||
capitalPitch=0.9
|
||||
|
||||
# Volume controls the loudness of the voice, select from 0, quietest, to 1.0, loudest.
|
||||
volume=1.0
|
||||
|
@ -39,6 +39,8 @@ rate=0.45
|
||||
|
||||
# Pitch controls the pitch of the voice, select from 0, lowest, to 1.0, highest.
|
||||
pitch=0.5
|
||||
# Pitch for capital letters
|
||||
capitalPitch=0.9
|
||||
|
||||
# Volume controls the loudness of the voice, select from 0, quietest, to 1.0, loudest.
|
||||
volume=1.0
|
||||
|
@ -12,6 +12,8 @@ enabled=True
|
||||
driver=speechd
|
||||
rate=0.85
|
||||
pitch=0.5
|
||||
# Pitch for capital letters
|
||||
capitalPitch=0.9
|
||||
module=espeak
|
||||
voice=
|
||||
language=english-us
|
||||
|
Binary file not shown.
Binary file not shown.
@ -46,3 +46,5 @@ HasAttributes='HasAttributes.opus'
|
||||
PromotedText='PromotedText.opus'
|
||||
# missspelled indicator
|
||||
mispell='mispell.opus'
|
||||
# the for capital letter:
|
||||
capital='Caps.opus'
|
||||
|
@ -46,3 +46,5 @@ HasAttributes=''
|
||||
PromotedText=''
|
||||
# misspelled indicator
|
||||
mispell=''
|
||||
# the for capital letter:
|
||||
capital=''
|
||||
|
Reference in New Issue
Block a user