buildrootschalter/package/multimedia/festival/Config.in
Peter Korsgaard e7df5afeb9 package/audio: rename audio category to multimedia
Prepare for the merge of audio and video packages. Many packages cannot
properly be assigned to either audio or video, because they have support
for both (libogg, mplayer, vlc).

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-11-15 21:33:07 +00:00

23 lines
477 B
Plaintext

menuconfig BR2_PACKAGE_FESTIVAL
bool "festival text-to-speech system"
select BR2_PACKAGE_ALSA_LIB
select BR2_PACKAGE_SPEECH_TOOLS
help
Text to speech system for Linux
if BR2_PACKAGE_FESTIVAL
menu "speech tools"
source "package/multimedia/festival/speech-tools/Config.in"
endmenu
menu "festival lexicons"
source "package/multimedia/festival/lexicons/Config.in"
endmenu
menu "festival voices"
source "package/multimedia/festival/voices/Config.in"
endmenu
endif