<?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: Decoding AAC raw frames ... in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoding-AAC-raw-frames/m-p/910787#M14176</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;there is comment from our expert:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: navy; FONT-FAMILY: Arial"&gt;Intel IPPAAC decoder supports 3 packed formats  ADIF, ADTS and MP4. For decoder initialization it is necessary to know sampling frequency and Audio Object Type so at least one frame (the first) should has header. If you know sampling frequency and Audio Object Type you can add one ADIF header to the first frame or ADTS header to all frames.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Wed, 19 Sep 2007 09:19:39 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2007-09-19T09:19:39Z</dc:date>
    <item>
      <title>Decoding AAC raw frames ...</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoding-AAC-raw-frames/m-p/910786#M14175</link>
      <description>Hello,
&lt;BR /&gt;
&lt;BR /&gt;My device delivers raw AAC frames. They are not packed into ATDS or MP4. Can I decode them using UMC::AACDecoder from IPP 5.2 ?</description>
      <pubDate>Fri, 07 Sep 2007 16:19:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoding-AAC-raw-frames/m-p/910786#M14175</guid>
      <dc:creator>Maciej_K_</dc:creator>
      <dc:date>2007-09-07T16:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Decoding AAC raw frames ...</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoding-AAC-raw-frames/m-p/910787#M14176</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;there is comment from our expert:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: navy; FONT-FAMILY: Arial"&gt;Intel IPPAAC decoder supports 3 packed formats  ADIF, ADTS and MP4. For decoder initialization it is necessary to know sampling frequency and Audio Object Type so at least one frame (the first) should has header. If you know sampling frequency and Audio Object Type you can add one ADIF header to the first frame or ADTS header to all frames.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2007 09:19:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoding-AAC-raw-frames/m-p/910787#M14176</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-09-19T09:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Decoding AAC raw frames ...</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoding-AAC-raw-frames/m-p/910788#M14177</link>
      <description>Thanks,&lt;BR /&gt;I found the previous post on AAC on this forum and that solution worked for me. I couldn't understand it on first time, so I'll repeat codec initialization steps below :&lt;BR /&gt;&lt;BR /&gt;MediaData *m_in;&lt;BR /&gt;AudioData *m_out;&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;AACDecoderParams cParams;&lt;BR /&gt;cParams.m_info_in.stream_type = AAC_MPEG4_STREAM;&lt;BR /&gt;...&lt;BR /&gt;m_pDecoder-&amp;gt;Init( &amp;amp;cParams );&lt;BR /&gt;&lt;BR /&gt;BYTE AudioSpecificConfig[2] = { 0x14, 0x10 }; // profile, sampling rate, channels&lt;BR /&gt;m_in-&amp;gt;SetBufferPointer( AudioSpecificConfig, 2 );&lt;BR /&gt;m_in-&amp;gt;SetDataSize( 2 );&lt;BR /&gt;m_pDecoder-&amp;gt;GetFrame( m_in, m_out /*unused*/ ); // returns UMC_ERR_SYNC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If several frames are packed into single chunk decoder sources have to be modified as in previous post.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2007 07:00:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoding-AAC-raw-frames/m-p/910788#M14177</guid>
      <dc:creator>Maciej_K_</dc:creator>
      <dc:date>2007-09-20T07:00:10Z</dc:date>
    </item>
  </channel>
</rss>

