5,710
edits
Changes
→Code
**download http://sourceforge.net/projects/cmusphinx/files/
**to build 32 bit sphinx library, after you run <code>autogen.sh</code>, run <code> ./configure CFLAGS="-arch i386 -m32" LDFLAGS="-arch i386 -m32"</code>
**training a SLM, http://www.speech.cs.cmu.edu/tools/lmtool-new.html
===Processing===
*Sphinx-4 wrapper for processing: http://svn.roberttwomey.com/processing/libraries/sphinx/
*Example code for Grammar-based recognition: http://svn.roberttwomey.com/processing/sphinxGrammarTest/
*Example code for Statistical Language Model (SLM) based recognition: http://svn.roberttwomey.com/processing/sphinxSLMTest/
===Supercollider===**training a SLM, Speech Segmenter tool in supercollider http://www.speech.cssvn.cmuroberttwomey.educom/toolssupercollider/lmtoolspeechtool.rtf===Pocketsphinx command-new.htmlline program in OS X===*In intend to use Supercollider as the central software for soundhttp://svn.roberttwomey.com/supercollider/pocketsphinx-input and processing.osx/
=== compile pocketsphinx as universal static lib on OS X===
*make x86_64 version of libsphinxbase: