diff options
author | John Voltz <john.voltz@gmail.com> | 2008-04-03 17:13:46 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-04-03 17:13:46 +0000 |
commit | da53e2e09e40ba7437c3c002e58ef8f8fe7a5ac9 (patch) | |
tree | 3bfacb96c83b7f91acbf239286ce38b2e4cdc51e /package/festival/voices/Config.in | |
parent | f2f4131081962cf1185daa209d424ba72a1c9c36 (diff) | |
download | buildroot-novena-da53e2e09e40ba7437c3c002e58ef8f8fe7a5ac9.tar.gz buildroot-novena-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.in | 72 |
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 + |