-
language <name>
- This parameter should appear first. It selectes default behaviour
and characteristics for the language, and sets default values for
"phonemes", "dictionary" and other parameters.
If omitted, "english" is assumed.
-
phonemes <name>
- Specifies which set of phonemes to use from those contained in the
phontab, phonindex, and phondata data files.
Different voices of the same language can use different phoneme sets,
to give different accents. A default "phonemes" value is set by the
"language" parameter.
-
dictionary <name>
- Specifies which pair of dictionary files to use. eg. "english"
indicates that speak-data/english_1 and speak_data/english_2 should
be used to translate from words to phonemes. This parameter is usually
not needed as it is set by default by the "language" parameter.
-
pitch <base> <range>
- Two integer values.
The first gives a base pitch to the voice (value in Hz)
The second controls the range of pitches used by the voice. Setting
it equal to the base pitch will give a monotone.
-
formant <number> <frequency> <strength> <width>
- Systematically adjusts the frequency, strength, and width of the
resonance peaks of the voice. Values are percentages of the
default values. Changing these affects the tone/quality of the voice.
- Formants 1,2,3 are the standard three formants which define vowels.
- Formant 0 is used to give a low frequency component to the sounds, of
frequency lower than F1.
- Formants 4,5 are higher than F3. They affect the quality of the voice.
- Formants 6,7,8 are weak, high frequency, additions to vowels to give
a clearer sound.
-
echo <delay> <amplitude>
- Parameter 1 gives the delay in mS (0 to 250mS).
Parameter 2 gives the echo amplitude (0 to 100).
Adding some echo can give a clearer or more interesting sound,
especially when listening through a domestic stereo sound system,
rather than small computer speakers.
-
words <value>
- Indicates to what extent words are separated from each other, or run
together. A default value is set by "language".
- 0 run words together where appropriate
- 1 don't merge phonemes between words
- 2 as (1) but also ensure a short pause before stops and fricatives
- 3 short pause between words
- 4 slightly longer pause between words
-
replace <phoneme> <replacement phoneme>
- Replace a phoneme by another whenever it occurs.
eg.
replace h NULL // drops h's
replace V U // replaces vowel in 'strut' by that in 'foot'
// as occurs in northern British English
The phoneme mnemonics are listed in phonemes.html
-
replaceWE <phoneme> <replacement phoneme>
- Replace a phoneme only when it occurs at the end of a word
eg.
replaceWE N n // change 'fishing' to 'fishin' etc.
-
stressLength <8 values>
- Eight integer parameters. These control the relative lengths of
stressed and unstressed syllables.
- 0 unstressed
- 1 diminished (weaker than 0, used within multisyllabic words)
- 2 secondary stress
- 3 words marked as "unstressed" in the dictionary
- 4 not currently used
- 5 not currently used
- 6 stressed syllable (the main syllable in stressed words)
- 7 tonic syllable (by default, the last stressed syllable in the clause)
-
intonation <param1> <param2>
- (for further development)
param1 is currently not used
param2 can be 0, 1, 2 (default=0) It affects how often the pitch
rises and falls during a clause.