Thanks for update if a file is converted to text then where can i find a text file like after running <br>pocketsphinx_continuous command where text saved.<br><br>regards<br>dhaval<br><br><div class="gmail_quote">On Thu, Sep 16, 2010 at 12:29 PM, Nickolay V. Shmyrev <span dir="ltr">&lt;<a href="mailto:nshmyrev@nexiwave.com">nshmyrev@nexiwave.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">В Чтв, 16/09/2010 в 10:35 +0530, DHAVAL INDRODIYA пишет:<br>
<div class="im">&gt;<br>
&gt; Hi Nickolay,<br>
&gt;<br>
&gt; here i attached my file. please have a look into it.<br>
<br>
</div>Hello DHAVAL<br>
<br>
As I wrote your file has wrong format.<br>
<br>
  $ file ask-propertyid.WAV<br>
   ask-propertyid.WAV: RIFF (little-endian) data, WAVE audio,<br>
   GSM 6.10, mono 8000 Hz<br>
<br>
See GSM 6.10 there. You need to convert it to PCM<br>
<br>
 sox ask-propertyid.WAV -e signed-integer ask-propertyid-converted.WAV<br>
<br>
Then decode.<br>
<br>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>