Browse Source

voice: fix Bad voice attribute warnings.

voice fast is related to speed.fast_settings. Others were errors in
LoadVoice() parsing or commented out code.

Note that some voices are from the original espeak and have comments
that might be outdated.
master
Juho Hiltunen 4 years ago
parent
commit
53915bf0a7

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

@@ -2,7 +2,6 @@ language variant
name Andy
gender Male
#echo 230 30
pitch 85 110
flutter 0

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

@@ -2,7 +2,6 @@ language variant
name anxiousAndy
gender Male
#echo 230 30
pitch 115 110
flutter 0

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

@@ -61,4 +61,5 @@ stressLength 0 1 2 3 4 5 6 7
stressAdd 250 350 700 500 450 290 100 225
stressAmp 16 16 24 24 16 16 20 24
##Este archivo no incluye todas las configuraciones que se pueden usar para modificar una voz E Speak. Su objetivo es familiarizarlo con lo que hace la configuración.
##Sin envargo puedes visitar la página http://espeak.sourceforge.net/voices.html y consultar más información acerca de cómo agregar o cambiar otras configuraciones. Espero que te haya servido esta ayuda, y que te hayas divertido.
##Sin envargo puedes visitar la página http://espeak.sourceforge.net/voices.html y consultar más información acerca de cómo agregar o cambiar otras configuraciones.
## Espero que te haya servido esta ayuda, y que te hayas divertido.

+ 3
- 20
espeak-ng-data/voices/!v/aunty View File

@@ -1,36 +1,19 @@
language variant

name Auntie

gender female

#echo 130 15

pitch 204 176

flutter 12
formant 0 88 85 154

formant 1 115 80 160 -20

formant 2 130 75 150 -200

formant 3 123 75 150

formant 4 125 80 150

formant 5 125 80 150

formant 6 110 80 150

formant 7 110 75 150

formant 8 110 75 150
formant 8 110 75 150

stressAdd -20 -20 -20 -20 0 0 20 120

stressAmp 18 16 20 20 20 20 20 20

+ 0
- 1
espeak-ng-data/voices/!v/belinda View File

@@ -2,7 +2,6 @@ language variant
name Belinda
gender female

;echo 130 15
pitch 200 247
flutter 3


+ 2
- 6
espeak-ng-data/voices/!v/fast View File

@@ -2,10 +2,6 @@ language variant
name fast_test

// Try decreasing these values to make eSpeak's fastest speed faster.
// The 3 parameters affect:
// pauses,
// unvoiced consonants,
// vowels and voiced consonants
// The default values are: fast 15 72 110
// This is currently unstable.

fast_test 15 72 110
fast_test2 15

+ 8
- 4
espeak-ng-data/voices/!v/pablo View File

@@ -36,13 +36,17 @@ formant 8 100 100 100
intonation 3
echo 30 30
# 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 130
## 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 200 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.


Loading…
Cancel
Save