1 comment "espeak needs a toolchain w/ C++, wchar, threads, dynamic library"
2 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || BR2_STATIC_LIBS
5 config BR2_PACKAGE_ESPEAK
7 depends on BR2_INSTALL_LIBSTDCPP
8 depends on BR2_USE_WCHAR
9 depends on BR2_TOOLCHAIN_HAS_THREADS
10 depends on BR2_USE_MMU # fork()
11 # does not properly support building only a static version
12 depends on !BR2_STATIC_LIBS
14 espeak is a speech synthesizer software for English and
17 http://espeak.sourceforge.net/
22 prompt "choose audio backend"
23 default BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_NONE
25 config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_NONE
26 bool "No sound backend, only produce wav files"
28 config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_ALSA
29 bool "alsa via portaudio"
30 select BR2_PACKAGE_PORTAUDIO
31 select BR2_PACKAGE_PORTAUDIO_CXX
33 config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_PULSEAUDIO
35 depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pulseaudio -> json-c
36 select BR2_PACKAGE_PULSEAUDIO
40 endif # BR2_PACKAGE_ESPEAK