sphinxRec

所属分类:语音合成
开发工具:Visual C++
文件大小:25993KB
下载次数:28
上传日期:2014-09-23 18:14:30
上 传 者大漠东海
说明:  自己搭建了一个pocketsphinx sphinxbase的win下的语音识别程序,用vs2010打开 pocketsphinx.sln 编译pocketsphinx_continuous 项目,调试输入命令好都写好了,直接对着mic喊话,然后看识别cmd下的识别结果
(This speech recognition program is build with pocketsphinx and sphinxbase under the Win7 OS, Open the pocketsphinx.sln and compiler project pocketsphinx_continuous in VS2010, debugging promoting command info has been set You can speak to the mic directly, and then check the recognition results under the Command Promoting Line Window)

文件列表:
sphinxRec\bin\Debug\iconv.dll (49190, 2012-05-17)
sphinxRec\bin\Debug\iconv.lib (3162, 2012-05-17)
sphinxRec\bin\Debug\msvcrtd.dll (401484, 2004-03-18)
sphinxRec\pocketsphinx\aclocal.m4 (316290, 2011-04-15)
sphinxRec\pocketsphinx\AUTHORS (174, 2011-04-15)
sphinxRec\pocketsphinx\autogen.sh (4642, 2011-04-15)
sphinxRec\pocketsphinx\ChangeLog (804, 2011-04-15)
sphinxRec\pocketsphinx\config.guess (44941, 2011-04-15)
sphinxRec\pocketsphinx\config.sub (34423, 2011-04-15)
sphinxRec\pocketsphinx\configure (412249, 2011-04-15)
sphinxRec\pocketsphinx\configure.in (7370, 2011-04-15)
sphinxRec\pocketsphinx\COPYING (1776, 2011-04-15)
sphinxRec\pocketsphinx\depcomp (18615, 2011-04-15)
sphinxRec\pocketsphinx\doc\args2man.pl (1571, 2011-04-15)
sphinxRec\pocketsphinx\doc\doxyfile.in (52192, 2011-04-15)
sphinxRec\pocketsphinx\doc\Makefile.am (996, 2011-04-15)
sphinxRec\pocketsphinx\doc\Makefile.in (14565, 2011-04-15)
sphinxRec\pocketsphinx\doc\pocketsphinx_batch.1 (5034, 2011-04-15)
sphinxRec\pocketsphinx\doc\pocketsphinx_continuous.1 (4538, 2011-04-15)
sphinxRec\pocketsphinx\doc\pocketsphinx_mdef_convert.1 (814, 2011-04-15)
sphinxRec\pocketsphinx\group\ABLD.BAT (317, 2011-04-15)
sphinxRec\pocketsphinx\group\bld.inf (432, 2011-04-15)
sphinxRec\pocketsphinx\group\pocketsphinx.mmp (1150, 2011-04-15)
sphinxRec\pocketsphinx\include\cmdln_macro.h (22975, 2011-04-15)
sphinxRec\pocketsphinx\include\fsg_set.h (4101, 2011-04-15)
sphinxRec\pocketsphinx\include\iconv.h (377, 2010-04-15)
sphinxRec\pocketsphinx\include\Makefile.am (196, 2011-04-15)
sphinxRec\pocketsphinx\include\Makefile.in (13918, 2011-04-15)
sphinxRec\pocketsphinx\include\pocketsphinx.h (22269, 2011-04-15)
sphinxRec\pocketsphinx\include\pocketsphinx_export.h (421, 2011-04-15)
sphinxRec\pocketsphinx\include\ps_lattice.h (13443, 2011-04-15)
sphinxRec\pocketsphinx\include\ps_mllr.h (2578, 2011-04-15)
sphinxRec\pocketsphinx\INSTALL (15578, 2011-04-15)
sphinxRec\pocketsphinx\install-sh (13663, 2011-04-15)
sphinxRec\pocketsphinx\ltmain.sh (243248, 2011-04-15)
sphinxRec\pocketsphinx\m4\pkg.m4 (5221, 2011-04-15)
sphinxRec\pocketsphinx\Makefile.am (2226, 2011-04-15)
sphinxRec\pocketsphinx\Makefile.in (26695, 2011-04-15)
sphinxRec\pocketsphinx\missing (11419, 2011-04-15)
sphinxRec\pocketsphinx\model\hmm\en\tidigits\feat.params (169, 2011-04-15)
... ...

CMU Sphinx common libraries --------------------------- This package contains the basic libraries shared by the CMU Sphinx trainer and all the Sphinx decoders (Sphinx-II, Sphinx-III, and PocketSphinx), as well as some common utilities for manipulating acoustic feature and audio files. Installation Guide: This section contains installation for various platforms Linux/Unix installation ^^^^^^^^^^^^^^^^^^^^^^^ sphinxbase is used by other modules. The convention requires the physical layout of the code looks like this: package/ sphinxbase/ So if you get the file from a distribution, you might want to rename sphinxbase-X.X to sphinxbase by typing > mv sphinxbase-X.X sphinxbase (where X.X being the version of sphinxbase) If you downloaded directly from the Subversion repository, you need to create the "configure" file by typing > ./autogen.sh If you downloaded a release version or if you have already run "autogen.sh", you can build simply by running > ./configure > make If you are compiling for a platform without floating-point arithmetic, you should instead use: > ./configure --enable-fixed --without-lapack > make You can also check the validity of the package by typing > make check and then install it with > make install This defaults to installing SphinxBase under /usr/local. You may customize it by running ./configure with an argument, as in >./configure --prefix=/my/own/installation/directory XCode Installation (for iPhone): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sphinxbase uses the standard unix autogen system, and there's a script included, 'build_for_iphone.sh' that will setup configure to create binaries that are XCode friendly. 1) ./autogen.sh 2) ./build_for_iphone.sh simulator 3) ./build_for_iphone.sh device Then in XCode, open your project info, and for 'All Configurations', and set: 'Header Search Paths' = "$(HOME)$(SDK_DIR)/include/sphinxbase" 'Library Search Paths' = "$(HOME)$(SDK_DIR)/lib" 'Other Linker Flags' = "-lsphinxbase" Windows Installation: ^^^^^^^^^^^^^^^^^^^^^ To compile sphinxbase in Visual Studio 2010 Express (or newer): 1, unzip the file. 2, rename the directory to sphinxbase 3, go into the sphinxbase folder and click sphinxbase.sln 4, in the menu, choose Build -> Rebuild All -> Batch Build -> Build In Step 4, make sure all projects are selected, preferably the "Release" version of each. If you are using cygwin, the installation procedure is very similar to the Unix installation. However, there is no audio driver support in cygwin currently so one can only use the batch mode recognzier.

近期下载者

相关文件


收藏者