Available in 4.0.6 and later versions.
Custom pronunciation is a function that makes the voice engine read a specific word as a word I defined.
Custom pronunciation example
You can define your own pronunciations to omit strings in parentheses or make certain strings read differently, like this.
- Apply regular expression : Delete all strings within
\(.*\)
brackets
- Change
nero
tovocat
Finally,
hello nero (bye bye)
is read as hello vocat
.How to create custom pronunciation
- Go to
My Page
βSettings (βοΈ)
βCustom Pronunciation
- Click
Add
at the top right of the page.
- Enter your custom pronunciation information and click
Add Pronunciation
. Language
: Language to which you want to apply your own pronunciationWord
: word you want to changePronunciation
: Pronunciation to read to replaceword
(leave blank if you do not want to read it)Regular expression
: Whether to use regular expressions in the word field
Examples of using regular expressions
Regular expressions allow you to select words using a pattern.
If you need help, please contact [email protected].
- Omit words enclosed in parentheses
Word
:\(.*\)
Pronunciation
: Leave blank
- Omit numbers
Word
:\d
Pronunciation
: Leave blank
Β