Changes

Solipsist Development

306 bytes added, 21:16, 31 May 2011
Week 10
*It runs recognition with pocketsphinx and prints results to the post window in the format <code>Recognized: .... </code>
*It saves a text logfile in '''~/Sounds/SpeechFiles/logs''' with the DateStamped .wav file name and the recognized string.
*It now works with a JSGF grammar rather than a statistical language model. Example command line options:
**<code>./pocketsphinx-osx-continuous -jsgf solipsist.gram -infile numbers.raw</code>
**with this grammar file: http://svn.roberttwomey.com/supercollider/pocketsphinx-osx/build/Debug/solipsist.gram
 
To Do:
*Field recordings with baseline vocabulary and language models. (I think this is the WSJ5K)