summaryrefslogtreecommitdiff
path: root/package/multimedia/festival/Config.in
blob: 0c681d110bf1935bc81038d1f5e4139e45b47914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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