blob: b0a1cc0b1cd2d1dbdce053bece01c01e2b18d37d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
config BR2_PACKAGE_FESTVOX_AWB
bool "Alan Scottish English"
help
Scottish English voice for the festival text to speech system
http://festvox.org/packed/festival/latest
config BR2_PACKAGE_FESTVOX_BDL
bool "Brian US English"
help
US English male voice for the festival text to speech system
http://festvox.org/packed/festival/latest
config BR2_PACKAGE_FESTVOX_JMK
bool "John Canadian English"
help
Canadian English voice for the festival text to speech system
http://festvox.org/packed/festival/latest
config BR2_PACKAGE_FESTVOX_SLT
bool "Stephanie US English"
help
US English female voice for the festival text to speech system
http://festvox.org/packed/festival/latest
config BR2_PACKAGE_FESTVOX_AWB_MULTISYN
bool "Alan multisyn (big file)"
help
voice for the festival text to speech system
http://festvox.org/packed/festival/latest
config BR2_PACKAGE_FESTVOX_JMK_MULTISYN
bool "John multisyn (big file)"
help
voice for the festival text to speech system
http://festvox.org/packed/festival/latest
config BR2_PACKAGE_FESTVOX_KAL_SIXTEENK
bool "Kevin diphone US English 16k"
help
diphone voice for the festival text to speech system
http://festvox.org/packed/festival/latest
config BR2_PACKAGE_FESTVOX_KED_EIGHTK
bool "Kurt diphone American English 8k"
help
diphone voice for the festival text to speech system
http://festvox.org/packed/festival/latest
config BR2_PACKAGE_FESTVOX_KED_SIXTEENK
bool "Kurt diphone American English 16k"
help
diphone voice for the festival text to speech system
http://festvox.org/packed/festival/latest
|