From da53e2e09e40ba7437c3c002e58ef8f8fe7a5ac9 Mon Sep 17 00:00:00 2001 From: John Voltz Date: Thu, 3 Apr 2008 17:13:46 +0000 Subject: add festival speech synthesis package from University of Edinburgh --- package/festival/voices/Config.in | 72 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 package/festival/voices/Config.in (limited to 'package/festival/voices/Config.in') 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 + -- cgit v1.2.3