diff options
Diffstat (limited to 'package/festival/lexicons/Config.in')
-rw-r--r-- | package/festival/lexicons/Config.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package/festival/lexicons/Config.in b/package/festival/lexicons/Config.in new file mode 100644 index 000000000..903bce771 --- /dev/null +++ b/package/festival/lexicons/Config.in @@ -0,0 +1,23 @@ +config BR2_PACKAGE_FESTLEX_CMU + bool "Carnegie Mellon University" + default n + help + Lexicon for the festival text to speech system + + http://festvox.org/packed/festival/latest + +config BR2_PACKAGE_FESTLEX_OALD + bool "Oxford Advanced Learners dictionary" + default n + help + Lexicon for the festival text to speech system + + http://festvox.org/packed/festival/latest + +config BR2_PACKAGE_FESTLEX_POS + bool "POSLEX" + default n + help + Lexicon for the festival text to speech system + + http://festvox.org/packed/festival/latest
\ No newline at end of file |