<?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 Re: g729 sample crashes as is without changes. in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923802#M15963</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks, that got me a bit further. Now I put it in the RTP engine and it encodes and the rate is right. The problem is that it sounds horrible. I have tried both g729 and g729a and they sound as if the person talking is located in a huge steel tank, yelling at the top of their lungs. You can recognize what is being said, but just barely. What am I doing wrong? I would guess if something was seriously wrong, there would be no resemblance to the original speech. It feels as if I flip a bit somewhere and it should start working, but ... &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks very much for all your help.&lt;/DIV&gt;</description>
    <pubDate>Thu, 30 Dec 2004 07:16:01 GMT</pubDate>
    <dc:creator>dpllpd</dc:creator>
    <dc:date>2004-12-30T07:16:01Z</dc:date>
    <item>
      <title>g729 sample crashes as is without changes.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923797#M15958</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Hi, &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I have just downloaded, compiled and tried to run the g729 speech encoding sample. I have not altered anything, ran the build32.bat file. I ran the executable and it segmentfaulted. I then imported everything into the development studio 6.0 and found that it crashes in the G729AEncode function here:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier New" size="1"&gt; LOCAL_ALIGN_ARRAY(32, int, autoR, VAD_LPC_DIM +2,encoderObj); &lt;BR /&gt; LOCAL_ALIGN_ARRAY(32, short, yVal, LP_WINDOW_DIM,encoderObj);&lt;BR /&gt; short Vad=1, s,norma,j;&lt;BR /&gt; norma=1;&lt;BR /&gt; &lt;FONT color="#ff0033"&gt;ippsMul_NR_16s_Sfs(LPC_WINDOW,hammingWin,yVal,LP_WINDOW_DIM,15);&lt;/FONT&gt; &lt;BR /&gt; j = LPF_DIM;&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier New" size="1"&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="3"&gt;There must be something wrong in my environment. Can you think of anything? Also, for some reason, the sample program converts from ulaw into 16 bit linear and takes every other byte for that. Is there a reason why? Or am I reading it wrong? &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="3"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="3"&gt;Thanks.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Dec 2004 22:35:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923797#M15958</guid>
      <dc:creator>dpllpd1</dc:creator>
      <dc:date>2004-12-09T22:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: g729 sample crashes as is without changes.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923798#M15959</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;there is suggestion from developers:&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color="#0000ff" size="2"&gt;could you pleaseuse definition NO_SCRATCH_MEMORY_USED for build in MS Studio? &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;It would be good also to know what option actualy are used. &lt;/P&gt;
&lt;P&gt;Regarding to alaw/mulaw question,we advice not use -a /-u options for the g729 encode/decode. According to g729 readme file these options are not supported.&lt;/P&gt;
&lt;P&gt;Getting every other byte came from gsmamr test file format ETSI used for alaw/mulaw input audio files. &lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Dec 2004 01:35:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923798#M15959</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2004-12-10T01:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: g729 sample crashes as is without changes.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923799#M15960</link>
      <description>&lt;DIV&gt;Thanks, &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Setting thecompiler definitionmakes the difference, now it runs through completion. However, the resulting output file is greater in size then the input file. I have not changed anything anywhere, just added this definition.&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Dec 2004 01:29:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923799#M15960</guid>
      <dc:creator>dpllpd</dc:creator>
      <dc:date>2004-12-20T01:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: g729 sample crashes as is without changes.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923800#M15961</link>
      <description>&lt;DIV&gt;HI, I passed your issue to the developers, but could you please submit this issue through technical support channle as well?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Sat, 25 Dec 2004 02:10:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923800#M15961</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2004-12-25T02:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: g729 sample crashes as is without changes.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923801#M15962</link>
      <description>&lt;DIV&gt;&lt;FONT color="#0000ff" size="2"&gt;There is comment from developers team&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color="#0000ff" size="2"&gt;The bitstream file is output in format in accordance with ITU for bitstream test vectors.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;Each bit is represented as 16bit word. It may be easily converted to RTP. Youmay just use output of the Encode function which return raw bits:&lt;/P&gt;
&lt;P&gt;Active frame:&lt;BR /&gt;10 bytes (8kbps, frametype = 3 ),&lt;BR /&gt;8 bytes (6.4 kbps, ft = 2),&lt;BR /&gt;15 bytes (12.8 kbps, ft = 4)&lt;BR /&gt;SID - 2 bytes (all rates, ft=1)&lt;BR /&gt;Untransmitted - 0 bytes (all rates, ft=0).&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 25 Dec 2004 02:55:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923801#M15962</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2004-12-25T02:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: g729 sample crashes as is without changes.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923802#M15963</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks, that got me a bit further. Now I put it in the RTP engine and it encodes and the rate is right. The problem is that it sounds horrible. I have tried both g729 and g729a and they sound as if the person talking is located in a huge steel tank, yelling at the top of their lungs. You can recognize what is being said, but just barely. What am I doing wrong? I would guess if something was seriously wrong, there would be no resemblance to the original speech. It feels as if I flip a bit somewhere and it should start working, but ... &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks very much for all your help.&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Dec 2004 07:16:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923802#M15963</guid>
      <dc:creator>dpllpd</dc:creator>
      <dc:date>2004-12-30T07:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: g729 sample crashes as is without changes.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923803#M15964</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;in VAD/CNG modea bitstream may contains 2bytes SIDs.The RTP enginecandeduce SID type fromonly RTP (or SDP) packet length.&lt;/DIV&gt;
&lt;DIV&gt;Decoded as voice frames (10 bytes length) aSIDs may cause howling.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Hope this can help&lt;/DIV&gt;
&lt;DIV&gt;Regards&lt;/DIV&gt;
&lt;DIV&gt;Vyacheslav&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jan 2005 00:40:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923803#M15964</guid>
      <dc:creator>Vyacheslav_Baranniko</dc:creator>
      <dc:date>2005-01-14T00:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: g729 sample crashes as is without changes.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923804#M15965</link>
      <description>&lt;DIV&gt;Hello,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;ive nearly the same Problem. G729 will be decoded. You can understand the speech,but ithas a (metalic) unnatural sound as described above. Its also the same without SID.So it is abad speech quality.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards&lt;/DIV&gt;
&lt;DIV&gt;telefonie&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Nov 2005 17:27:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923804#M15965</guid>
      <dc:creator>telefonie</dc:creator>
      <dc:date>2005-11-01T17:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: g729 sample crashes as is without changes.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923805#M15966</link>
      <description>&lt;DIV&gt;You may try newer IPP 5.0 version whichgreatly encreases usability of speech codecs by introdusing unified interface USC for speech codec.&lt;/DIV&gt;
&lt;DIV&gt;It also has fixed some bug.&lt;/DIV&gt;
&lt;DIV&gt;Enjoy.&lt;/DIV&gt;
&lt;DIV&gt;Vyacheslav&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Nov 2005 23:57:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/g729-sample-crashes-as-is-without-changes/m-p/923805#M15966</guid>
      <dc:creator>Vyacheslav_Baranniko</dc:creator>
      <dc:date>2005-11-15T23:57:44Z</dc:date>
    </item>
  </channel>
</rss>

