summaryrefslogtreecommitdiffstats
path: root/package/festival/voices/Config.in
diff options
context:
space:
mode:
authorJohn Voltz2008-04-03 19:13:46 +0200
committerJohn Voltz2008-04-03 19:13:46 +0200
commitda53e2e09e40ba7437c3c002e58ef8f8fe7a5ac9 (patch)
tree3bfacb96c83b7f91acbf239286ce38b2e4cdc51e /package/festival/voices/Config.in
parentdiffutils: cleanup makefile (diff)
downloadbuildroot-da53e2e09e40ba7437c3c002e58ef8f8fe7a5ac9.tar.gz
buildroot-da53e2e09e40ba7437c3c002e58ef8f8fe7a5ac9.tar.xz
buildroot-da53e2e09e40ba7437c3c002e58ef8f8fe7a5ac9.zip
add festival speech synthesis package from University of Edinburgh
Diffstat (limited to 'package/festival/voices/Config.in')
-rw-r--r--package/festival/voices/Config.in72
1 files changed, 72 insertions, 0 deletions
diff --git a/package/festival/voices/Config.in b/package/festival/voices/Config.in
new file mode 100644
index 000000000..84cb1af9c
--- /dev/null
+++ b/package/festival/voices/Config.in
@@ -0,0 +1,72 @@
+config BR2_PACKAGE_FESTVOX_AWB
+ bool "Alan Scottish English"
+ default n
+ 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"
+ default n
+ 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"
+ default n
+ 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"
+ default n
+ 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)"
+ default n
+ 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)"
+ default n
+ 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"
+ default n
+ 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"
+ default n
+ 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"
+ default n
+ help
+ diphone voice for the festival text to speech system
+
+ http://festvox.org/packed/festival/latest
+