<?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 HELP: G729 encoder in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-G729-encoder/m-p/964320#M19969</link>
    <description>&lt;DIV&gt;Hi everyone,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I am using IPP4.1. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I want to use the sample G729 encoder to convert 8K, 16 bits, mono PCM file into G729 format. But the sample program doesn't work well. The result file can't be played out. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I found the following parameterinitialization function. I don't know how to modify them for my case. And I don't know what elseI should change.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;uscg729i.c:&lt;/DIV&gt;
&lt;DIV&gt;static USC_Status GetInfo(USC_Handle handle, USC_CodecInfo *pInfo)&lt;BR /&gt;{&lt;BR /&gt; pInfo-&amp;gt;name = "G729";&lt;BR /&gt; if (handle == NULL) {&lt;BR /&gt; pInfo-&amp;gt;params = &amp;amp;params;&lt;BR /&gt; pInfo-&amp;gt;pcmType = &amp;amp;pcmType;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;modes.bitrate = G729_CODEC;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;modes.truncate = 0;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;direction = 0;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;modes.vad = G729Encode_VAD_Disabled;&lt;BR /&gt; }&lt;BR /&gt; pInfo-&amp;gt;pcmType-&amp;gt;sample_frequency = 8000;&lt;BR /&gt; pInfo-&amp;gt;pcmType-&amp;gt;bitPerSample = 8;&lt;BR /&gt; pInfo-&amp;gt;maxbitsize = BITSTREAM_SIZE;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;modes.hpf = 0;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;modes.pf = 0;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;law = 0;&lt;BR /&gt; return USC_NoError;&lt;BR /&gt;}&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Who can help me? Thank you in advance!&lt;/DIV&gt;</description>
    <pubDate>Mon, 07 Nov 2005 00:23:48 GMT</pubDate>
    <dc:creator>hmaple</dc:creator>
    <dc:date>2005-11-07T00:23:48Z</dc:date>
    <item>
      <title>HELP: G729 encoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-G729-encoder/m-p/964320#M19969</link>
      <description>&lt;DIV&gt;Hi everyone,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I am using IPP4.1. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I want to use the sample G729 encoder to convert 8K, 16 bits, mono PCM file into G729 format. But the sample program doesn't work well. The result file can't be played out. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I found the following parameterinitialization function. I don't know how to modify them for my case. And I don't know what elseI should change.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;uscg729i.c:&lt;/DIV&gt;
&lt;DIV&gt;static USC_Status GetInfo(USC_Handle handle, USC_CodecInfo *pInfo)&lt;BR /&gt;{&lt;BR /&gt; pInfo-&amp;gt;name = "G729";&lt;BR /&gt; if (handle == NULL) {&lt;BR /&gt; pInfo-&amp;gt;params = &amp;amp;params;&lt;BR /&gt; pInfo-&amp;gt;pcmType = &amp;amp;pcmType;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;modes.bitrate = G729_CODEC;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;modes.truncate = 0;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;direction = 0;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;modes.vad = G729Encode_VAD_Disabled;&lt;BR /&gt; }&lt;BR /&gt; pInfo-&amp;gt;pcmType-&amp;gt;sample_frequency = 8000;&lt;BR /&gt; pInfo-&amp;gt;pcmType-&amp;gt;bitPerSample = 8;&lt;BR /&gt; pInfo-&amp;gt;maxbitsize = BITSTREAM_SIZE;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;modes.hpf = 0;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;modes.pf = 0;&lt;BR /&gt; pInfo-&amp;gt;params-&amp;gt;law = 0;&lt;BR /&gt; return USC_NoError;&lt;BR /&gt;}&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Who can help me? Thank you in advance!&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Nov 2005 00:23:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-G729-encoder/m-p/964320#M19969</guid>
      <dc:creator>hmaple</dc:creator>
      <dc:date>2005-11-07T00:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: HELP: G729 encoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-G729-encoder/m-p/964321#M19970</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;:smileyvery-happy:&lt;/P&gt;
&lt;P&gt;I got the answer!&lt;/P&gt;
&lt;P&gt;The sample program works well. But every bit in the output file is represented as a 16-bit int. &lt;/P&gt;
&lt;P&gt;For reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://softwareforums.intel.com/ids/board/message?board.id=IPP&amp;amp;message.id=1404" target="_blank"&gt;http://softwareforums.intel.com/ids/board/message?board.id=IPP&amp;amp;message.id=1404&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2005 10:57:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-G729-encoder/m-p/964321#M19970</guid>
      <dc:creator>hmaple</dc:creator>
      <dc:date>2005-11-09T10:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: HELP: G729 encoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-G729-encoder/m-p/964322#M19971</link>
      <description>&lt;P&gt;You can also try latest IPP 5.0library and new USC speech-coding samples. The USC codec now supports all coding specs enabled in IPP,able to compress WAV inputand produces theoutput file inIntel in-homecompressed format (RIFF compatible) used uniformly across all specs.&lt;/P&gt;
&lt;P&gt;Vyacheslav&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Nov 2005 16:11:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-G729-encoder/m-p/964322#M19971</guid>
      <dc:creator>Vyacheslav_Baranniko</dc:creator>
      <dc:date>2005-11-09T16:11:14Z</dc:date>
    </item>
  </channel>
</rss>

