2008-04-03 19:13:46 +02:00
|
|
|
menuconfig BR2_PACKAGE_FESTIVAL
|
2009-10-02 11:51:47 +02:00
|
|
|
bool "festival text-to-speech system"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2011-02-23 00:40:11 +01:00
|
|
|
depends on BROKEN # doesn't build
|
2009-10-02 11:51:47 +02:00
|
|
|
select BR2_PACKAGE_ALSA_LIB
|
|
|
|
select BR2_PACKAGE_SPEECH_TOOLS
|
|
|
|
help
|
|
|
|
Text to speech system for Linux
|
2008-04-03 19:13:46 +02:00
|
|
|
|
|
|
|
if BR2_PACKAGE_FESTIVAL
|
|
|
|
|
|
|
|
menu "speech tools"
|
2008-11-15 22:33:07 +01:00
|
|
|
source "package/multimedia/festival/speech-tools/Config.in"
|
2008-04-03 19:13:46 +02:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "festival lexicons"
|
2008-11-15 22:33:07 +01:00
|
|
|
source "package/multimedia/festival/lexicons/Config.in"
|
2008-04-03 19:13:46 +02:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "festival voices"
|
2008-11-15 22:33:07 +01:00
|
|
|
source "package/multimedia/festival/voices/Config.in"
|
2008-04-03 19:13:46 +02:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|
2009-10-02 11:51:47 +02:00
|
|
|
|
|
|
|
comment "festival requires a toolchain with C++ support enabled"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|