<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>investigating speech2text</title>
	<atom:link href="http://spirit.blau.in/speech2text/feed/" rel="self" type="application/rss+xml" />
	<link>http://spirit.blau.in/speech2text</link>
	<description></description>
	<lastBuildDate>Fri, 04 Sep 2009 15:22:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Node 03: convert wav file with sox</title>
		<link>http://spirit.blau.in/speech2text/2009/08/23/node-03-convert-wav-file-with-sox/</link>
		<comments>http://spirit.blau.in/speech2text/2009/08/23/node-03-convert-wav-file-with-sox/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 08:47:43 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/speech2text/?p=218</guid>
		<description><![CDATA[liberty@liberty-desktop:~/.kde/share/apps/simon/model/samtestwav.data$ sox de27-02.wav -r 16000 -c 1 -s de27-02-test.wav found similar entry here I hope to be able to convert with sox from 48100 and 22050 to 16.000 why was there a different file size when converting 16000 hertz file to 16000 hertz file?]]></description>
			<content:encoded><![CDATA[<p><code>liberty@liberty-desktop:~/.kde/share/apps/simon/model/samtestwav.data$ <strong>sox</strong> de27-02.wav -r 16000 -c 1 -s de27-02-test.wav</code></p>
<p>found similar entry <a href="http://sphinx.subwiki.com/sphinx/index.php/Hello_World_Decoder_QuickStart_Guide#Record_and_convert_audio">here</a></p>
<p>I hope to be able to convert with sox from 48100 and 22050 to 16.000<br />
why was there a different file size when converting 16000 hertz file to 16000 hertz file?</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/speech2text/2009/08/23/node-03-convert-wav-file-with-sox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Node 01: simonview.ui</title>
		<link>http://spirit.blau.in/speech2text/2009/08/01/node-01-simonviewui/</link>
		<comments>http://spirit.blau.in/speech2text/2009/08/01/node-01-simonviewui/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 17:05:15 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/speech2text/?p=193</guid>
		<description><![CDATA[01 simonview.ui &#8211; looking at the file with Qt Creator, and Geany. 03 /usr/include/simon/simonrecognitionresult/recognitionresult.h file:///usr/include/simon/simonrecognitionresult/simonrecognitionresult_export.h &#8211; don&#8217;t read again 04 file:///usr/include/simon/simonactions/commandlistwidget.h file:///usr/include/simon/simonactions/greedyreceiver.h 05 file:///usr/include/simon/simonactions/listcommand.h file:///usr/include/simon/speechmodelmanagement/wordlisttype.h 06 file:///home/liberty/200908/speech2text/trunk/simonlib/speechgui/addserverconnection.cpp file:///home/liberty/200908/speech2text/trunk/simonlib/speechgui/addserverconnectiondlg.ui &#8211; open with Qt Creator file:///home/liberty/200908/speech2text/trunk/simonlib/speechgui/addserverconnection.h view with geany 07 file:///home/liberty/200908/speech2text/trunk/simonlib/speechgui/inlinewidget.cpp file:///home/liberty/200908/speech2text/trunk/simonlib/speechgui/inlinewidget.h &#8211; could continue to read about classes in the c++ tutorial &#8211; c++ node 02 [...]]]></description>
			<content:encoded><![CDATA[<p>01 <a href="https://speech2text.svn.sourceforge.net/svnroot/speech2text/trunk/simon/src/simonview.ui">simonview.ui</a> &#8211; looking at the file with Qt Creator, and Geany.<br />
03 /usr/include/simon/simonrecognitionresult/<strong>recognitionresult.h</strong><br />
file:///usr/include/simon/simonrecognitionresult/<strong>simonrecognitionresult_export.h<br />
</strong> &#8211; don&#8217;t read again<br />
04 file:///usr/include/simon/simonactions/<strong>commandlistwidget.h</strong><br />
file:///usr/include/simon/simonactions/<strong>greedyreceiver.h</strong><br />
05 file:///usr/include/simon/simonactions/<strong>listcommand.h</strong><br />
file:///usr/include/simon/speechmodelmanagement/<strong>wordlisttype.h</strong></p>
<p>06 file:///home/liberty/200908/speech2text/trunk/simonlib/speechgui/<strong>addserverconnection.cpp</strong><br />
file:///home/liberty/200908/speech2text/trunk/simonlib/speechgui/<strong>addserverconnectiondlg.ui</strong> &#8211; open with Qt Creator<br />
file:///home/liberty/200908/speech2text/trunk/simonlib/speechgui/<strong>addserverconnection.h</strong> view with geany</p>
<p>07 file:///home/liberty/200908/speech2text/trunk/simonlib/speechgui/<strong>inlinewidget.cpp</strong><br />
file:///home/liberty/200908/speech2text/trunk/simonlib/speechgui/<strong>inlinewidget.h</strong> &#8211; could continue to read about classes in the c++ tutorial &#8211; <a href="http://spirit.blau.in/cplusplus/2009/04/01/pointers/">c++ node 02</a></p>
<p>08 <strong>build_ubuntu.sh</strong> &#8211; reading the log http://pastebin.com/m4d269fb5 &#8211; continue with line 371</p>
<p>09 file:///home/liberty/200908/speech2text/trunk/simonlib/simonmodeltest/<strong>CMakeLists.txt</strong> &#8211; read two times</p>
<p>10 /usr/share/kde4/apps/simon/model/<strong>wav_config</strong><br />
file:///usr/share/kde4/apps/simon/model/<strong>tree1.hed</strong> &#8211; continue with line 132</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/speech2text/2009/08/01/node-01-simonviewui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dates in configure simon</title>
		<link>http://spirit.blau.in/speech2text/2009/07/13/dates-in-configure-simon/</link>
		<comments>http://spirit.blau.in/speech2text/2009/07/13/dates-in-configure-simon/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:12:32 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[compile]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/speech2text/?p=167</guid>
		<description><![CDATA[I just looked into the folder /home/liberty/.kde/share/apps/simond/models/a/src: You can compare the folders above with the dates in configure simon: Obviously, the previous speech models are stored in /home/liberty/.kde/share/apps/simond/models/a/src.]]></description>
			<content:encoded><![CDATA[<p>I just looked into the folder <code>/home/liberty/.kde/share/apps/simond/models/a/src</code>:</p>
<p><a href="http://spirit.blau.in/speech2text/files/2009/07/synchronisation.png"><img src="http://spirit.blau.in/speech2text/files/2009/07/synchronisation-191x300.png" alt="synchronisation" width="191" height="300" class="alignnone size-medium wp-image-166" /></a></p>
<p>You can compare the folders above with the dates in configure simon:</p>
<p><a href="http://spirit.blau.in/speech2text/files/2009/07/configure.png"><img src="http://spirit.blau.in/speech2text/files/2009/07/configure-300x209.png" alt="configure" width="300" height="209" class="alignnone size-medium wp-image-168" /></a></p>
<p>Obviously, the previous speech models are stored in <code>/home/liberty/.kde/share/apps/simond/models/a/src</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/speech2text/2009/07/13/dates-in-configure-simon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HHEd and the ModelCompilationManager</title>
		<link>http://spirit.blau.in/speech2text/2009/05/23/hhed-and-the-modelcompilationmanager/</link>
		<comments>http://spirit.blau.in/speech2text/2009/05/23/hhed-and-the-modelcompilationmanager/#comments</comments>
		<pubDate>Sat, 23 May 2009 16:59:13 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[source code]]></category>
		<category><![CDATA[HHEd]]></category>
		<category><![CDATA[ModelCompilationManager]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/speech2text/?p=115</guid>
		<description><![CDATA[Here is a code snippet from the modelcompilationmanager.cpp: bool ModelCompilationManager::buildHMM10() { return execute(&#8216;&#8221;&#8216;+hHEd+&#8221;\&#8221; -A -D -T 1 -H \&#8221;"+htkIfyPath(tempDir)+&#8221;/hmm9/macros\&#8221; -H \&#8221;"+htkIfyPath(tempDir)+&#8221;/hmm9/hmmdefs\&#8221; -M \&#8221;"+htkIfyPath(tempDir)+&#8221;/hmm10/\&#8221; \&#8221;"+htkIfyPath(tempDir)+&#8221;/mktri.hed\&#8221; \&#8221;"+htkIfyPath(tempDir)+&#8221;/monophones1\&#8221;"); } I have marked some things in the code snippet. Take a look into HHEd/Use if you want to know what - the -A -D &#8211; T 1 means (probably [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a code snippet from the <code>modelcompilationmanager.cpp</code>:</p>
<blockquote><p>bool ModelCompilationManager::buildHMM10()<br />
{<br />
return execute(&#8216;&#8221;&#8216;+hHEd+&#8221;\&#8221; <strong>-A -D -T 1 -H</strong> \&#8221;"+htkIfyPath(tempDir)+&#8221;/hmm9/macros\&#8221; <strong>-H</strong> \&#8221;"+htkIfyPath(tempDir)+&#8221;/hmm9/hmmdefs\&#8221; <strong>-M</strong> \&#8221;"+htkIfyPath(tempDir)+&#8221;/hmm10/\&#8221; \&#8221;"+htkIfyPath(tempDir)+&#8221;/mktri.hed\&#8221; \&#8221;"+htkIfyPath(tempDir)+&#8221;/monophones1\&#8221;");<br />
}</p></blockquote>
<p>I have marked some things in the code snippet. Take a look into <a href="http://htk.eng.cam.ac.uk/prot-docs/HTKBook/node337_mn.html">HHEd/Use</a> if you want to know what<br />
- the -A -D &#8211; T 1 means (probably <a href="http://htk.eng.cam.ac.uk/prot-docs/HTKBook/node70_ct.html#s:stdopts">standard options</a>)<br />
- the -H switch means (load macro file)<br />
- the -H switch means (again)<br />
- the -M switch means (store output in this directory)<br />
- mktri.hed (this is probably the edCmdFile containing some <a href="http://htk.eng.cam.ac.uk/prot-docs/HTKBook/node298_mn.html">commands</a>)<br />
- monophones1 (probably defines a set of HMMs)</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/speech2text/2009/05/23/hhed-and-the-modelcompilationmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>modelcompilationmanager.cpp and HERest</title>
		<link>http://spirit.blau.in/speech2text/2009/05/23/modelcompilationmanagercpp-and-herest/</link>
		<comments>http://spirit.blau.in/speech2text/2009/05/23/modelcompilationmanagercpp-and-herest/#comments</comments>
		<pubDate>Sat, 23 May 2009 14:12:16 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[source code]]></category>
		<category><![CDATA[HERest]]></category>
		<category><![CDATA[modelcompilationmanager.cpp]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/speech2text/?p=105</guid>
		<description><![CDATA[Let&#8217;s take a look into the file modelcompilationmanager.cpp: You can see that the tool HERest is beeing invoked. The passing of the arguments -A -D -V -T 1 obviously guarantees that sufficient information is available (registration needed). Obviously, there are several tools that are accessed by simon: HDMan, HLEd, HCopy, HCompV, HERest, HHEd, and HVite. [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s take a look into the file <code><a href="https://speech2text.svn.sourceforge.net/svnroot/speech2text/trunk/simonlib/speechmodelcompilation/modelcompilationmanager.cpp">modelcompilationmanager.cpp</a></code>:</p>
<p><a href="http://spirit.blau.in/speech2text/files/2009/05/herest.png"><img src="http://spirit.blau.in/speech2text/files/2009/05/herest-300x222.png" alt="herest" width="300" height="222" class="alignnone size-medium wp-image-108" /></a></p>
<p>You can see that the tool <code>HERest</code> is beeing invoked. The passing of the arguments <code>-A -D -V -T 1</code> obviously guarantees that <a href="http://htk.eng.cam.ac.uk/prot-docs/HTKBook/node70_ct.html#s:stdopts">sufficient information is available</a> (registration needed).</p>
<p>Obviously, there are several tools that are accessed by simon: <a href="http://htk.eng.cam.ac.uk/prot-docs/HTKBook/node286_mn.html" rel="nofollow">HDMan</a>, <a href="http://htk.eng.cam.ac.uk/prot-docs/HTKBook/node343_mn.html" rel="nofollow">HLEd</a>, <a href="http://htk.eng.cam.ac.uk/prot-docs/HTKBook/node282_mn.html" rel="nofollow">HCopy</a>, <a href="http://htk.eng.cam.ac.uk/prot-docs/HTKBook/node278_mn.html" rel="nofollow">HCompV</a>, <a href="http://htk.eng.cam.ac.uk/prot-docs/HTKBook/node294_mn.html" rel="nofollow">HERest</a>, <a href="http://htk.eng.cam.ac.uk/prot-docs/HTKBook/node298_mn.html" rel="nofollow">HHEd</a>, and <a href="http://htk.eng.cam.ac.uk/prot-docs/HTKBook/node399_mn.html" rel="nofollow">HVite</a>. These tools are not part of simon, you have to install them separately. </p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/speech2text/2009/05/23/modelcompilationmanagercpp-and-herest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Node 04: /simon/model/phonemes</title>
		<link>http://spirit.blau.in/speech2text/2009/05/14/hitachisvnsimontrunksimonmodelphonemes/</link>
		<comments>http://spirit.blau.in/speech2text/2009/05/14/hitachisvnsimontrunksimonmodelphonemes/#comments</comments>
		<pubDate>Thu, 14 May 2009 02:12:21 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/speech2text/?p=28</guid>
		<description><![CDATA[Left: SAMPA used by simon. Right: IPA used by PLS dictionary a: aː b b @ ə n n ts ts R ʀ a a x x t t l l s s m m p p f f N ŋ S ʃ e: eː v v O ɔ r r aU E C g [...]]]></description>
			<content:encoded><![CDATA[<p>Left: SAMPA used by simon. Right: IPA used by PLS dictionary</p>
<p>a: aː<br />
b b<br />
@ ə<br />
n n<br />
ts ts<br />
R ʀ<br />
a a<br />
x x<br />
t t<br />
l l<br />
s s<br />
m m<br />
p p<br />
f f<br />
N ŋ<br />
S ʃ<br />
e: eː<br />
v v<br />
O ɔ<br />
r r<br />
aU<br />
E<br />
C<br />
g<br />
I ɪ<br />
k<br />
d<br />
aI<br />
u:<br />
o: oː<br />
U<br />
h<br />
i:<br />
z<br />
Y<br />
OY<br />
i<br />
y:<br />
o<br />
e<br />
oeh:<br />
pf<br />
j<br />
E:<br />
oeh œ<br />
oe<br />
oe:<br />
sil<br />
U:<br />
u<br />
@ r ɐ̯ ɐ<br />
y<br />
O:<br />
Z<br />
N=<br />
n=<br />
m=<br />
A<br />
OI<br />
&amp;</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/speech2text/2009/05/14/hitachisvnsimontrunksimonmodelphonemes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

