Browse Source

Fix bad attribute warnings with the different NVDA voice variants.

master
Reece H. Dunn 12 years ago
parent
commit
f6db58e6b0

+ 1
- 1
espeak-data/voices/!v/Andy View File

@@ -5,7 +5,7 @@ name Andy
gender Male
;echo 230 30
#echo 230 30
pitch 85 110

+ 1
- 1
espeak-data/voices/!v/AnxiousAndy View File

@@ -5,7 +5,7 @@ name anxiousAndy
gender Male
;echo 230 30
#echo 230 30
pitch 115 110

+ 1
- 1
espeak-data/voices/!v/Jacky View File

@@ -1,4 +1,4 @@
Language variant
language variant
name Jacky
pitch 85 130

+ 2
- 2
espeak-data/voices/!v/Lee View File

@@ -5,7 +5,7 @@ name Lee
gender Male
;echo 230 30
#echo 230 30
pitch 85 110
@@ -30,4 +30,4 @@ formant 8 90 90 90
stressAdd 0 0 0 200 0 0 0 100
stressAmp 30 30 30 30 30 30 30 30 30
stressAmp 30 30 30 30 30 30 30 30 30

+ 8
- 5
espeak-data/voices/!v/Mr serious View File

@@ -1,4 +1,4 @@
##Pleas note the 2 number signs, or pound signs in this file are for comments to help you to understand what the settings are and how to set them.
##Please note the 2 number signs, or pound signs in this file are for comments to help you to understand what the settings are and how to set them.
## Language sets the language of your voice. This setting is required for every voice that you make.
##The next line is a setting you can change. However if you don't know the language codes it may be best to leave the setting as it is.
language variant
@@ -36,12 +36,15 @@ formant 8 100 100 100
intonation 1
# Setting the pitch range. The first number gives a base pitch to the voice (value in Hertz). The second number controls the range of pitches used by the voice. Setting it equal
to the first number will give a monotone sounding voice. The default values are 82 and 118.
# to the first number will give a monotone sounding voice. The default values are 82 and 118.
pitch 82 118
## The tone setting. The first number on the setting line, 600, is the frequency setting for the amount of bass in the voice. The second number on the tone line is the volume of the bass frequency. You can set it from 0 to 255, 0 being the least amount, 255 being the most.
##The third number on the tone line, 1200, is the mid range frequency. The fourth number on the line is the setting to change the volume of the mid range frequency. 0 being the least amount and 255 being the maximum.
## The tone setting. The first number on the setting line, 600, is the frequency setting for the amount of bass in the voice.
## The second number on the tone line is the volume of the bass frequency. You can set it from 0 to 255, 0 being the least amount, 255 being the most.
##The third number on the tone line, 1200, is the mid range frequency. The fourth number on the line is the setting to change the volume of the mid range frequency.
##0 being the least amount and 255 being the maximum.
## The fifth number on the tone line, 2000, is the treble frequency. The sixth number is the volume of the treble frequency. 0 is the minimum and 255 is the maximum.
## You will notice that all 3 frequencies are set to 255.
##The next line is a setting that you can change.
tone 600 255  1200 255 2000 255
##This file does not include all of the settings that can be used to modify an E Speak voice. It is intended to get you familiar with what the settings do. However, you can go to http://espeak.sourceforge.net/voices.html and read further information about other settings that can be added and changed. I hope this helps, and Have fun.
##This file does not include all of the settings that can be used to modify an E Speak voice. It is intended to get you familiar with what the settings do.
##However, you can go to http://espeak.sourceforge.net/voices.html and read further information about other settings that can be added and changed. I hope this helps, and Have fun.

+ 9
- 7
espeak-data/voices/!v/Tweaky View File

@@ -1,4 +1,4 @@
##Pleas note the 2 number signs, or pound signs in this file are for comments to help you to understand what the settings are and how to set them.
##Please note the 2 number signs, or pound signs in this file are for comments to help you to understand what the settings are and how to set them.
## Language sets the language of your voice. This setting is required for every voice that you make.
##The next line is a setting you can change. However if you don't know the language codes it may be best to leave the setting as it is.
language variant
@@ -17,8 +17,7 @@ formant 0 100 100 100
##The next 3 lines are settings you can change
formant 1 100 100 100
formant 2 100 100 100
form
ant 3 200 100 100
formant 3 200 100 100
# Formants 4,5 are higher than F3. They affect the quality of the voice.
##The next 2 lines are settings that you can change.
@@ -37,12 +36,15 @@ formant 8 100 100 100
intonation 1
# Setting the pitch range. The first number gives a base pitch to the voice (value in Hertz). The second number controls the range of pitches used by the voice. Setting it equal
to the first number will give a monotone sounding voice. The default values are 82 and 118.
# to the first number will give a monotone sounding voice. The default values are 82 and 118.
pitch 82 118
## The tone setting. The first number on the setting line, 600, is the frequency setting for the amount of bass in the voice. The second number on the tone line is the volume of the bass frequency. You can set it from 0 to 255, 0 being the least amount, 255 being the most.
##The third number on the tone line, 1200, is the mid range frequency. The fourth number on the line is the setting to change the volume of the mid range frequency. 0 being the least amount and 255 being the maximum.
## The tone setting. The first number on the setting line, 600, is the frequency setting for the amount of bass in the voice.
## The second number on the tone line is the volume of the bass frequency. You can set it from 0 to 255, 0 being the least amount, 255 being the most.
##The third number on the tone line, 1200, is the mid range frequency. The fourth number on the line is the setting to change the volume of the mid range frequency.
##0 being the least amount and 255 being the maximum.
## The fifth number on the tone line, 2000, is the treble frequency. The sixth number is the volume of the treble frequency. 0 is the minimum and 255 is the maximum.
## You will notice that all 3 frequencies are set to 255.
##The next line is a setting that you can change.
tone 600 255  1200 255 2000 255
##This file does not include all of the settings that can be used to modify an E Speak voice. It is intended to get you familiar with what the settings do. However, you can go to http://espeak.sourceforge.net/voices.html and read further information about other settings that can be added and changed. I hope this helps, and Have fun.
##This file does not include all of the settings that can be used to modify an E Speak voice. It is intended to get you familiar with what the settings do.
##However, you can go to http://espeak.sourceforge.net/voices.html and read further information about other settings that can be added and changed. I hope this helps, and Have fun.

+ 1
- 1
espeak-data/voices/!v/aunty View File

@@ -5,7 +5,7 @@ name Auntie
gender female

:echo 130 15
#echo 130 15

pitch 204 176


+ 9
- 6
espeak-data/voices/!v/john View File

@@ -1,4 +1,4 @@
##Pleas note the 2 number signs, or pound signs in this file are for comments to help you to understand what the settings are and how to set them.
##Please note the 2 number signs, or pound signs in this file are for comments to help you to understand what the settings are and how to set them.
## Language sets the language of your voice. This setting is required for every voice that you make.
##The next line is a setting you can change. However if you don't know the language codes it may be best to leave the setting as it is.
language variant
@@ -35,13 +35,16 @@ formant 8 100 100 100
##The next line is a setting you can change.
intonation 1
# Setting the pitch range. The first number gives a base pitch to the voice (value in Hertz). The second number controls the range of pitches used by the voice. Setting it equal
to the first number will give a monotone sounding voice. The default values are 82 and 118.
# Setting the pitch range. The first number gives a base pitch to the voice (value in Hertz). The second number controls the range of pitches used by the voice.
# Setting it equal to the first number will give a monotone sounding voice. The default values are 82 and 118.
pitch 82 118
## The tone setting. The first number on the setting line, 600, is the frequency setting for the amount of bass in the voice. The second number on the tone line is the volume of the bass frequency. You can set it from 0 to 255, 0 being the least amount, 255 being the most.
##The third number on the tone line, 1200, is the mid range frequency. The fourth number on the line is the setting to change the volume of the mid range frequency. 0 being the least amount and 255 being the maximum.
## The tone setting. The first number on the setting line, 600, is the frequency setting for the amount of bass in the voice.
##The second number on the tone line is the volume of the bass frequency. You can set it from 0 to 255, 0 being the least amount, 255 being the most.
##The third number on the tone line, 1200, is the mid range frequency. The fourth number on the line is the setting to change the volume of the mid range frequency.
##0 being the least amount and 255 being the maximum.
## The fifth number on the tone line, 2000, is the treble frequency. The sixth number is the volume of the treble frequency. 0 is the minimum and 255 is the maximum.
## You will notice that all 3 frequencies are set to 255.
##The next line is a setting that you can change.
tone 600 255  1200 255 2000 255
##This file does not include all of the settings that can be used to modify an E Speak voice. It is intended to get you familiar with what the settings do. However, you can go to http://espeak.sourceforge.net/voices.html and read further information about other settings that can be added and changed. I hope this helps, and Have fun.
##This file does not include all of the settings that can be used to modify an E Speak voice. It is intended to get you familiar with what the settings do.
##However, you can go to http://espeak.sourceforge.net/voices.html and read further information about other settings that can be added and changed. I hope this helps, and Have fun.

+ 1
- 1
espeak-data/voices/!v/linda View File

@@ -5,7 +5,7 @@ name Linda
gender female

;echo 130 15
#echo 130 15

pitch 200 247


+ 8
- 5
espeak-data/voices/!v/norbert View File

@@ -1,4 +1,4 @@
##Pleas note the 2 number signs, or pound signs in this file are for comments to help you to understand what the settings are and how to set them.
##Please note the 2 number signs, or pound signs in this file are for comments to help you to understand what the settings are and how to set them.
## Language sets the language of your voice. This setting is required for every voice that you make.
##The next line is a setting you can change. However if you don't know the language codes it may be best to leave the setting as it is.
language variant
@@ -36,12 +36,15 @@ formant 8 100 100 100
intonation 1
# Setting the pitch range. The first number gives a base pitch to the voice (value in Hertz). The second number controls the range of pitches used by the voice. Setting it equal
to the first number will give a monotone sounding voice. The default values are 82 and 118.
# to the first number will give a monotone sounding voice. The default values are 82 and 118.
pitch 82 118
## The tone setting. The first number on the setting line, 600, is the frequency setting for the amount of bass in the voice. The second number on the tone line is the volume of the bass frequency. You can set it from 0 to 255, 0 being the least amount, 255 being the most.
##The third number on the tone line, 1200, is the mid range frequency. The fourth number on the line is the setting to change the volume of the mid range frequency. 0 being the least amount and 255 being the maximum.
## The tone setting. The first number on the setting line, 600, is the frequency setting for the amount of bass in the voice.
## The second number on the tone line is the volume of the bass frequency. You can set it from 0 to 255, 0 being the least amount, 255 being the most.
##The third number on the tone line, 1200, is the mid range frequency. The fourth number on the line is the setting to change the volume of the mid range frequency.
##0 being the least amount and 255 being the maximum.
## The fifth number on the tone line, 2000, is the treble frequency. The sixth number is the volume of the treble frequency. 0 is the minimum and 255 is the maximum.
## You will notice that all 3 frequencies are set to 255.
##The next line is a setting that you can change.
tone 600 255  1000 100 5000 255
##This file does not include all of the settings that can be used to modify an E Speak voice. It is intended to get you familiar with what the settings do. However, you can go to http://espeak.sourceforge.net/voices.html and read further information about other settings that can be added and changed. I hope this helps, and Have fun.
##This file does not include all of the settings that can be used to modify an E Speak voice. It is intended to get you familiar with what the settings do.
##However, you can go to http://espeak.sourceforge.net/voices.html and read further information about other settings that can be added and changed. I hope this helps, and Have fun.

+ 1
- 2
espeak-data/voices/!v/travis View File

@@ -1,7 +1,6 @@
language variant
name travis
gender male
age 30
gender male 30
pitch 75 120

Loading…
Cancel
Save