Sorry Pintu, but this is not the place for this discussion.<br>Head over to the CMU speech page I mentioned earlier: <span class="e" id="q_115ebfeff0a9d2b0_1"><a href="http://www.speech.cs.cmu.edu/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.speech.cs.cmu.edu/</a><br>and you may find what you&#39;re looking for.<br></span><br><div><span class="gmail_quote">On 10/29/07, <b class="gmail_sendername">Pintu Agarwal</b> &lt;<a href="mailto:pintu.agarwal@sasken.com">
pintu.agarwal@sasken.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
<div dir="ltr" align="left"><span></span><font face="Arial"><font color="#0000ff"><font size="2">H<span>i 
Keith,</span></font></font></font></div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span></span></font></font></font>&nbsp;</div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span>Thanks a lot for your 
reply.</span></font></font></font></div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span></span></font></font></font>&nbsp;</div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span>Actually I am trying to build an application in linux 
&amp; C for converting a voice file(that is WAV) to a text 
message.</span></font></font></font></div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span>This is required for one of our voice 
project.</span></font></font></font></div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span></span></font></font></font>&nbsp;</div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span>So just wanted to know if there is any existing 
application already there in linux to do that.</span></font></font></font></div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span>Otherwise I have to write my 
own.</span></font></font></font></div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span></span></font></font></font>&nbsp;</div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span>Now to right my own &quot;wav to text&quot; converter I need to 
understand how it works.</span></font></font></font></div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span>Can you tell me the logic behind 
it?</span></font></font></font></div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span>Do you know any algorithm for 
it.</span></font></font></font></div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span></span></font></font></font>&nbsp;</div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span>Plz let me know.</span></font></font></font></div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span></span></font></font></font>&nbsp;</div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span></span></font></font></font>&nbsp;</div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span>Thanks, Regards</span></font></font></font></div>
<div><font face="Arial"><font color="#0000ff"><font size="2"><span>Pintu</span></font></font></font></div>
<div dir="ltr" align="left"><br></div>
<div dir="ltr" align="left" lang="en-us">
<hr>
<font face="Tahoma" size="2"><b>From:</b> <a href="mailto:kamaji@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">kamaji@gmail.com</a> [mailto:<a href="mailto:kamaji@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
kamaji@gmail.com</a>] 
<b>On Behalf Of </b>Keith Kyzivat<br><b>Sent:</b> Saturday, October 27, 2007 
10:10 AM<br><b>To:</b> Pintu Agarwal<br><b>Cc:</b> <a href="mailto:speex-dev@xiph.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">speex-dev@xiph.org</a>; 
<a href="mailto:Jean-Marc.Valin@usherbrooke.ca" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Jean-Marc.Valin@usherbrooke.ca</a><br><b>Subject:</b> Re: [Speex-dev] help regarding 
&lt;voice to text&gt;<br></font><br></div><div><span class="e" id="q_115ebfeff0a9d2b0_1">
<div></div>Pintu --<br><br>Speex is an audio codec that can encode and decode 
audio for transmission over network (or for storage).<br>Specifically, it&#39;s 
called speex because it is tailored to work well at encoding speech at small 
bitrates. <br><br>Speex does not do speech recognition or text to speech.<br>You 
may wish to look at CMU&#39;s speech page: <a href="http://www.speech.cs.cmu.edu/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.speech.cs.cmu.edu/</a> (look at 
Sphynx).<br>And I&#39;ll tell you - It is much more difficult (and processor 
intensive) to to speech recognition than it is to to speech synthesis (though 
both are quite difficult). <br><br>~Keith Kyzivat<br><br>
<div><span class="gmail_quote">On 10/26/07, <b class="gmail_sendername">Pintu 
Agarwal</b> &lt;<a href="mailto:pintu.agarwal@sasken.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pintu.agarwal@sasken.com</a>&gt; 
wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
  <div>
  <div><font color="#0000ff" face="Arial" size="2"><span>Hi,</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span></span></font>&nbsp;</div>
  <div><font color="#0000ff" face="Arial" size="2"><span>I am need of &quot;voice to text&quot; 
  converter for one of my project. I need to use it on Linux 
  OS.</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span>I got &quot;text2wave&quot; converter 
  but didnt find any &quot;wave2text&quot; equivalent.</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span></span></font>&nbsp;</div>
  <div><font color="#0000ff" face="Arial" size="2"><span>Then I saw &quot;speexenc&quot; and 
  &quot;speexdec&quot; on linux.</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span>It basically does encoding 
  and decoding the the WAV file.</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span></span></font>&nbsp;</div>
  <div><font color="#0000ff" face="Arial" size="2"><span>Thus I wanted to know if I 
  can use these utilities to convert a WAV file to a text 
  file.</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"></font>&nbsp;</div>
  <div><span><font color="#0000ff" face="Arial" size="2">Please 
  help!!!!</font></span></div>
  <div><span><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div>
  <div><span><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div>
  <div><span><font color="#0000ff" face="Arial" size="2">Thanks, 
  Regards</font></span></div>
  <div><span><font color="#0000ff" face="Arial" size="2">Pintu</font></span></div>
  <div><span><font face="Arial" size="2"></font></span>&nbsp;</div><pre>SASKEN BUSINESS DISCLAIMER<br>-------------------------<br>This message may contain confidential, proprietary or legally privileged information. In <br>case you are not the original intended Recipient of the message, you must not, directly or 
<br><br>indirectly, use, Disclose, distribute, print, or copy any part of this message and you are <br>requested to delete it and inform the sender. Any views expressed in this message are <br>those of the individual sender unless otherwise stated. Nothing contained in this message 
<br><br>shall be construed as an offer or acceptance of any offer by Sasken Communication <br>Technologies Limited (&quot;Sasken&quot;) unless sent with that express intent and with due <br>authority of Sasken. Sasken has taken enough precautions to prevent the spread of 
<br><br>viruses. However the company accepts no liability for any damage caused by any virus <br>transmitted by this email<br></pre></div><br>_______________________________________________<br>Speex-dev 
  mailing list<br><a href="mailto:Speex-dev@xiph.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Speex-dev@xiph.org</a><br><a href="http://lists.xiph.org/mailman/listinfo/speex-dev" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lists.xiph.org/mailman/listinfo/speex-dev</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>Keith Kyzivat<br><br>SIPez LLC.<br>SIP VoIP, IM and 
Presence Consulting<br><a href="http://www.SIPez.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.SIPez.com 
</a><br>tel: +1 (617) 273-4000 <pre>SASKEN BUSINESS DISCLAIMER<br>-------------------------<br>This message may contain confidential, proprietary or legally privileged information. In <br>case you are not the original intended Recipient of the message, you must not, directly or 
<br>indirectly, use, Disclose, distribute, print, or copy any part of this message and you are <br>requested to delete it and inform the sender. Any views expressed in this message are <br>those of the individual sender unless otherwise stated. Nothing contained in this message 
<br>shall be construed as an offer or acceptance of any offer by Sasken Communication <br>Technologies Limited (&quot;Sasken&quot;) unless sent with that express intent and with due <br>authority of Sasken. Sasken has taken enough precautions to prevent the spread of 
<br>viruses. However the company accepts no liability for any damage caused by any virus <br>transmitted by this email<br></pre></span></div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Keith Kyzivat<br><br>SIPez LLC.<br>SIP VoIP, IM and Presence Consulting<br><a href="http://www.SIPez.com">http://www.SIPez.com</a><br>tel: +1 (617) 273-4000