1config BR2_PACKAGE_SPHINXBASE 2 bool "sphinxbase" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 help 5 CMUSphinx toolkit is a leading speech recognition toolkit 6 with various tools used to build speech applications. CMU 7 Sphinx toolkit has a number of packages for different tasks 8 and applications. 9 10 http://cmusphinx.sourceforge.net/ 11 12comment "sphinxbase needs a toolchain with threads" 13 depends on !BR2_TOOLCHAIN_HAS_THREADS 14