<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic &amp;quot;Cannot find format description&amp;quot; when using usc_speech_codec (ipp 5.1) in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/quot-Cannot-find-format-description-quot-when-using-usc-speech/m-p/916645#M15223</link>
    <description>Hello, &lt;BR /&gt;
I am using ipp 5.1 on linux.&lt;BR /&gt;
When I try:&lt;BR /&gt;
usc_speech_codec -r8000 -format IPP_G729A test.wav test.g729&lt;BR /&gt;

I get the following error message:&lt;BR /&gt;

Cannot find format description.&lt;BR /&gt;
&lt;BR /&gt;
also with; ./usc_speech_codec -r8000 -format IPP_G726 test.wav test.g729&lt;BR /&gt;

I get the same following error message:&lt;BR /&gt;
"Cannot find format description."&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I must confirm that this wav file can be played (by audacity)&lt;BR /&gt;
so it seems to me valid.&lt;BR /&gt;
&lt;BR /&gt;
In case somebody thinkst itis an input file problem, please tell me where &lt;BR /&gt;
I can find a correct .wav input file.&lt;BR /&gt;
&lt;BR /&gt;
On more thing: when listing the codecs , I get&lt;BR /&gt;
&lt;BR /&gt;
./usc_speech_codec -list&lt;BR /&gt;
&lt;BR /&gt;
Following codecs are linked:&lt;BR /&gt;
 IPP_G723.1&lt;BR /&gt;
 IPP_G726&lt;BR /&gt;
 IPP_AMRWB&lt;BR /&gt;
 IPP_GSMAMR&lt;BR /&gt;
 IPP_GSMFR&lt;BR /&gt;
 IPP_G728&lt;BR /&gt;
 IPP_G729I&lt;BR /&gt;
 IPP_G729A&lt;BR /&gt;
 IPP_G722.1&lt;BR /&gt;
 IPP_G729A_FP&lt;BR /&gt;
 IPP_G729I_FP&lt;BR /&gt;
 IPP_G722&lt;BR /&gt;
 IPP_G711A&lt;BR /&gt;
 IPP_G711U&lt;BR /&gt;
Regards,&lt;BR /&gt;
IB&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Jul 2006 19:17:36 GMT</pubDate>
    <dc:creator>ianbrn</dc:creator>
    <dc:date>2006-07-14T19:17:36Z</dc:date>
    <item>
      <title>"Cannot find format description" when using usc_speech_codec (ipp 5.1)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/quot-Cannot-find-format-description-quot-when-using-usc-speech/m-p/916645#M15223</link>
      <description>Hello, &lt;BR /&gt;
I am using ipp 5.1 on linux.&lt;BR /&gt;
When I try:&lt;BR /&gt;
usc_speech_codec -r8000 -format IPP_G729A test.wav test.g729&lt;BR /&gt;

I get the following error message:&lt;BR /&gt;

Cannot find format description.&lt;BR /&gt;
&lt;BR /&gt;
also with; ./usc_speech_codec -r8000 -format IPP_G726 test.wav test.g729&lt;BR /&gt;

I get the same following error message:&lt;BR /&gt;
"Cannot find format description."&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I must confirm that this wav file can be played (by audacity)&lt;BR /&gt;
so it seems to me valid.&lt;BR /&gt;
&lt;BR /&gt;
In case somebody thinkst itis an input file problem, please tell me where &lt;BR /&gt;
I can find a correct .wav input file.&lt;BR /&gt;
&lt;BR /&gt;
On more thing: when listing the codecs , I get&lt;BR /&gt;
&lt;BR /&gt;
./usc_speech_codec -list&lt;BR /&gt;
&lt;BR /&gt;
Following codecs are linked:&lt;BR /&gt;
 IPP_G723.1&lt;BR /&gt;
 IPP_G726&lt;BR /&gt;
 IPP_AMRWB&lt;BR /&gt;
 IPP_GSMAMR&lt;BR /&gt;
 IPP_GSMFR&lt;BR /&gt;
 IPP_G728&lt;BR /&gt;
 IPP_G729I&lt;BR /&gt;
 IPP_G729A&lt;BR /&gt;
 IPP_G722.1&lt;BR /&gt;
 IPP_G729A_FP&lt;BR /&gt;
 IPP_G729I_FP&lt;BR /&gt;
 IPP_G722&lt;BR /&gt;
 IPP_G711A&lt;BR /&gt;
 IPP_G711U&lt;BR /&gt;
Regards,&lt;BR /&gt;
IB&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2006 19:17:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/quot-Cannot-find-format-description-quot-when-using-usc-speech/m-p/916645#M15223</guid>
      <dc:creator>ianbrn</dc:creator>
      <dc:date>2006-07-14T19:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: "Cannot find format description" when using usc_speech_code</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/quot-Cannot-find-format-description-quot-when-using-usc-speech/m-p/916646#M15224</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you examine your test.wav file? It seems to be not PCM. I mean field nFormatFile in WAVE file header should be equals 1 (WAVE_FORMAT_PCM).&lt;/P&gt;
&lt;P&gt;Or pls, provide your file to me, I'll investigate it.&lt;/P&gt;
&lt;P&gt;Igor S. Belyakov&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2006 12:47:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/quot-Cannot-find-format-description-quot-when-using-usc-speech/m-p/916646#M15224</guid>
      <dc:creator>Igor_B_Intel1</dc:creator>
      <dc:date>2006-07-20T12:47:20Z</dc:date>
    </item>
  </channel>
</rss>

