Browse Source

doc: add documentation for language option "stressOpt"

master
Juho Hiltunen 4 years ago
parent
commit
4f5f1e8310
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      docs/voices.md

+ 8
- 0
docs/voices.md View File

@@ -28,6 +28,7 @@
- [dictrules](#dictrules)
- [lowercaseSentence](#lowercaseSentence)
- [replace](#replace)
- [stressOpt](#stressopt)
- [stressRule](#stressrule)
- [stressLength](#stresslength)
- [stressAdd](#stressadd)
@@ -417,6 +418,13 @@ e.g.
The phoneme mnemonics can be defined for each language, but some are
listed in [Phonemes](phonemes.md).

### stressOpt

stressOpt <list of rule numbers>

Gives a list of stress options which are applied for this
language. (values are defined as bit numbers starting with "S_*" in [translate.h](../src/libespeak-ng/translate.h))

### stressRule

stressRule <4 integer values>

Loading…
Cancel
Save