<?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: g723 to g711 )over RTP in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/g723-to-g711-over-RTP/m-p/875114#M9401</link>
    <description>You can just simply encode your PCM (that you get after decoding g.723) to the g.711. Use IPP for this purpose. Also it is not difficult to find the source code of the g.711 alaw/mulaw and make this encoding without using IPP.</description>
    <pubDate>Mon, 26 Mar 2007 12:08:34 GMT</pubDate>
    <dc:creator>ligoban</dc:creator>
    <dc:date>2007-03-26T12:08:34Z</dc:date>
    <item>
      <title>g723 to g711 )over RTP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/g723-to-g711-over-RTP/m-p/875113#M9400</link>
      <description>&lt;P&gt;&lt;FONT face="Verdana"&gt;Does anybody know how to traslatea RTP g723 toRTP g711&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;Can anyone help me? I examined Speech Coding Sample G.726 but I don't really understand a few thing. Is it corrected the following code _&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;...........&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;USC_PCMStream in, outg711;&lt;BR /&gt;USC_Bitstream out;&lt;BR /&gt;&lt;BR /&gt;in.pBuffer = tmpInputBuff; /*input RTP Payload*/&lt;BR /&gt;pInfo.params.direction = 1; /* Direction: Decode */&lt;BR /&gt;/* G723 -&amp;gt; wav */&lt;BR /&gt;if(USC_NoError != USC_G723_Fnxs-&amp;gt;Decode (hUSCEncoder, &amp;amp;in, &amp;amp;out)) exit(6);&lt;BR /&gt;pInfo.params.direction = 0; /* Direction: encode */&lt;BR /&gt; /* wav -&amp;gt; G711 */&lt;BR /&gt; if(USC_NoError != USC_G11_Fnxs-&amp;gt;Encode (hUSCDecoder, &amp;amp;out, &amp;amp;outg711)) exit(6);&lt;BR /&gt; send(....,...,outg711.pBuffer);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;Thanks in advance,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;Antonio&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:37:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/g723-to-g711-over-RTP/m-p/875113#M9400</guid>
      <dc:creator>antonionola</dc:creator>
      <dc:date>2007-03-26T11:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: g723 to g711 )over RTP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/g723-to-g711-over-RTP/m-p/875114#M9401</link>
      <description>You can just simply encode your PCM (that you get after decoding g.723) to the g.711. Use IPP for this purpose. Also it is not difficult to find the source code of the g.711 alaw/mulaw and make this encoding without using IPP.</description>
      <pubDate>Mon, 26 Mar 2007 12:08:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/g723-to-g711-over-RTP/m-p/875114#M9401</guid>
      <dc:creator>ligoban</dc:creator>
      <dc:date>2007-03-26T12:08:34Z</dc:date>
    </item>
  </channel>
</rss>

