Browse Source

Documentation: words parameter documented for voice files.

master
Valdis Vitolins 9 years ago
parent
commit
d7dd8f4ee9
1 changed files with 24 additions and 0 deletions
  1. 24
    0
      docs/voices.md

+ 24
- 0
docs/voices.md View File

# Voice Files # Voice Files


# Table of contents

- [Contents of Voice Files](#contents-of-voice-files) - [Contents of Voice Files](#contents-of-voice-files)
- [Identification Attributes](#identification-attributes) - [Identification Attributes](#identification-attributes)
- [name](#name) - [name](#name)
- [breath](#breath) - [breath](#breath)
- [breathw](#breathw) - [breathw](#breathw)
- [speed](#speed) - [speed](#speed)
- [words](#words)
- [Language Attributes](#language-attributes) - [Language Attributes](#language-attributes)
- [phonemes](#phonemes) - [phonemes](#phonemes)
- [dictionary](#dictionary) - [dictionary](#dictionary)
can be used if a language voice seems faster or slower compared to other can be used if a language voice seems faster or slower compared to other
voices. voices.


#### words

words <integer value> <integer value>

The first parameter puts a pause between all words, the value can be **0** to **4**.

The second parameter adds a short pause if a word ends with a vowel and
the next words starts with a vowel. Values may be:

* **0** no pause
**1** no pause, but the two vowels are kept separate.
**2** short pause.

For example:

words 0 1

Will put a short pause between two words where the first word end with a
vowel and the next start with a vowel.


### Language Attributes ### Language Attributes


#### phonemes #### phonemes

Loading…
Cancel
Save