Changes

Solipsist Development

317 bytes added, 21:59, 22 September 2011
How To Compile on OS X
<pre> brew install libssamplerate </pre>
this should install libsndfile as well as a dependency.
===Install sphinxbase===*download sphinxbase-0.7: *configure, make, install:<pre>./configure --without-pythonmakesudo make install</pre>===Install pocketsphinx-0.7===*download pocketsphinx-0.7:*configure, make, install:<pre>./configure --without-pythonmakesudo make install</pre>===OUT OF DATE: ======= Basic CMU Sphinx-4 Automatic Speech Recognition (ASR) library info ====
*Reference Home http://cmusphinx.sourceforge.net/wiki/
*download http://sourceforge.net/projects/cmusphinx/files/
*training a SLM, http://www.speech.cs.cmu.edu/tools/lmtool-new.html
==== Compiling pocketsphinx as a universal static lib on OS X ====
*make x86_64 version of libsphinxbase:
<code>