<?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: IPP with RTP in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-with-RTP/m-p/995474#M22875</link>
    <description>&lt;DIV&gt;After Strippng the rtp-header (I think you have it already done), oneSolution is: Transfer it in the formatof theReference Testvectorsfor GSMFR and used the demodecoder.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;For packet format -pack option at demo decoder. If the demodecoder can decode packet format you must use this option.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;To understand the formats (packet and unpacket), you canhave a look atRef2Bits and Bits2Ref of demodecoder files with name *util*.c.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 13 Oct 2005 20:38:48 GMT</pubDate>
    <dc:creator>telefonie</dc:creator>
    <dc:date>2005-10-13T20:38:48Z</dc:date>
    <item>
      <title>IPP with RTP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-with-RTP/m-p/995471#M22872</link>
      <description>Hi,&lt;BR /&gt;In IPP speech examples i found GSM, G.723, G.729 samples for encoding and decoding.&lt;BR /&gt;Can i decoding received RTP stream with GSM, G.723 or G.729 payload into Mu-Law or A-law and how can i do it ?!&lt;BR /&gt;&lt;BR /&gt;p.s &lt;BR /&gt;I try decoding gsm file encoded by sox (GSM 06.10) but decodergsmfr.exe is crushed.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;P&gt;Message Edited by Gur on &lt;SPAN class="date_text"&gt;02-16-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;08:10 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2005 00:08:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-with-RTP/m-p/995471#M22872</guid>
      <dc:creator>gur</dc:creator>
      <dc:date>2005-02-17T00:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: IPP with RTP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-with-RTP/m-p/995472#M22873</link>
      <description>Hi,
IPP 4.1 speech coding samples does not support RTP stream. They fasioned to demonstrate compliance to spec, i.e a bit-to-bit correspondence with spec test data, so stores a bitstream in formats each spec does specify for testing.

Nevertheless, you can modifiy a sample so as to remove conversion into test files and pack an output raw bits after encode function into RTP format. And vice versa unpack a RTP stream and pass a frame bits to decode function with proper frame type marker.

Regards
Vyacheslav</description>
      <pubDate>Thu, 17 Feb 2005 18:42:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-with-RTP/m-p/995472#M22873</guid>
      <dc:creator>Vyacheslav_Baranniko</dc:creator>
      <dc:date>2005-02-17T18:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: IPP with RTP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-with-RTP/m-p/995473#M22874</link>
      <description>thanks&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Nevertheless, you can modifiy a sample so as to remove &lt;BR /&gt;&amp;gt;&amp;gt; conversion into test files and pack an output raw bits &lt;BR /&gt;&amp;gt;&amp;gt; after encode function into RTP format. And vice versa &lt;BR /&gt;&amp;gt;&amp;gt; unpack a RTP stream and pass a frame bits to decode &lt;BR /&gt;&amp;gt;&amp;gt; function with proper frame type marker. &lt;BR /&gt;&lt;BR /&gt;Thanks Vyacheslav.&lt;BR /&gt;I found function in main encoding thread  - apiGSMFREncode() . Thay get bitstream_buf 33 bytes (GSM RTP frame). After encoded file have same size as sox encoded file. But hi do not playing correctly. :(((((&lt;BR /&gt;Please mail me if you know that problem on &lt;BR /&gt;Gurin_oleg@mail.ru&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 18 Feb 2005 03:39:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-with-RTP/m-p/995473#M22874</guid>
      <dc:creator>gur</dc:creator>
      <dc:date>2005-02-18T03:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: IPP with RTP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-with-RTP/m-p/995474#M22875</link>
      <description>&lt;DIV&gt;After Strippng the rtp-header (I think you have it already done), oneSolution is: Transfer it in the formatof theReference Testvectorsfor GSMFR and used the demodecoder.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;For packet format -pack option at demo decoder. If the demodecoder can decode packet format you must use this option.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;To understand the formats (packet and unpacket), you canhave a look atRef2Bits and Bits2Ref of demodecoder files with name *util*.c.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Oct 2005 20:38:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-with-RTP/m-p/995474#M22875</guid>
      <dc:creator>telefonie</dc:creator>
      <dc:date>2005-10-13T20:38:48Z</dc:date>
    </item>
  </channel>
</rss>

