<?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>Intel® Integrated Performance PrimitivesのトピックRe: GSMAMR</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901865#M12893</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/425581"&gt;Vincent Fournier&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;I have isolated a bit more the problem. When I us the IPP 6.0 library and force it to use:&lt;BR /&gt;ippStaticInitCpu(ippCpuPP), I get good audio. My detected CPU is ippCpuEM64T (I have a Pentium D dual core processor) and I work under Windows XP 32bit. I have tried to isolate the function responsible for this by prefixing all the calls with px_ to force the call of the C optimized library, but that did notfix the problem. It seems that the problem comes from a hidenlow level function.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello Vincent,&lt;BR /&gt;&lt;BR /&gt;IPP team appreciates your effort in investigating the issue. It would be helpful you to try to start with working PX code (ippCpuPP) by perfixing IPP funcions with t7_ dispatching it to the code appropriate to ippCpuEM64T. Starting with the working code you willdefinitely identify the suspicious function.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Vyacheslav, IPP, speech coding domain</description>
    <pubDate>Thu, 14 May 2009 11:05:12 GMT</pubDate>
    <dc:creator>Vyacheslav_Baranniko</dc:creator>
    <dc:date>2009-05-14T11:05:12Z</dc:date>
    <item>
      <title>GSMAMR</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901860#M12888</link>
      <description>We are trying to decode AMR from a (any) 3gp file using MP4 Demuxer. The problem is that the decoder delivers audio that sounds like gurgling/alien speak.
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Are there any special transformations needed for this to work?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Feb 2009 01:59:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901860#M12888</guid>
      <dc:creator>icomm</dc:creator>
      <dc:date>2009-02-18T01:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: GSMAMR</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901861#M12889</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;No special requirements. Maybe the problem is in MP4 multiplexor? What decoder do you use? Anyway if you attach your 3gp file I can have a look at it. If it is played OK on some player it should be also played by simple_player (IPP sample).</description>
      <pubDate>Wed, 18 Feb 2009 11:36:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901861#M12889</guid>
      <dc:creator>Sergey_O_Intel1</dc:creator>
      <dc:date>2009-02-18T11:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: GSMAMR</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901862#M12890</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/240009"&gt;sergey_o&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;No special requirements. Maybe the problem is in MP4 multiplexor? What decoder do you use? Anyway if you attach your 3gp file I can have a look at it. If it is played OK on some player it should be also played by simple_player (IPP sample).&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Thanks for replying.&lt;/DIV&gt;
&lt;DIV&gt;We have tried multiple .3gp files, that contain AMR. Unfortunately non of them worked. We are not multiplexing them ourselves.&lt;/DIV&gt;
&lt;DIV&gt;We are usingUSC_GSMAMR_Fxns to decode these audio frames.&lt;/DIV&gt;
&lt;DIV&gt;In VLC it says "samr" and simple_player says that the format is not supported, but the MP4 Splitter returns AMR.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;One if the files we used we got fromhttp://freemobilvideos.com/getfile.php?ID=608&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Feb 2009 13:59:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901862#M12890</guid>
      <dc:creator>icomm</dc:creator>
      <dc:date>2009-02-19T13:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: GSMAMR</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901863#M12891</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/265492"&gt;icomm&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Thanks for replying.&lt;/DIV&gt;
&lt;DIV&gt;We have tried multiple .3gp files, that contain AMR. Unfortunately non of them worked. We are not multiplexing them ourselves.&lt;/DIV&gt;
&lt;DIV&gt;We are usingUSC_GSMAMR_Fxns to decode these audio frames.&lt;/DIV&gt;
&lt;DIV&gt;In VLC it says "samr" and simple_player says that the format is not supported, but the MP4 Splitter returns AMR.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;One if the files we used we got fromhttp://freemobilvideos.com/getfile.php?ID=608&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi,&lt;BR /&gt;I just migrated to IPP 6.0 from an older version and now I seem to have the same problem as you (strange voice). It used to work well on IPP 4.1. Did you have any success with decoding GSMAMR? If so I would be greatful if you pointed me to the solution.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 23 Apr 2009 22:21:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901863#M12891</guid>
      <dc:creator>Vincent_Fournier</dc:creator>
      <dc:date>2009-04-23T22:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: GSMAMR</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901864#M12892</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;I have isolated a bit more the problem. When I us the IPP 6.0 library and force it to use:&lt;BR /&gt;ippStaticInitCpu(ippCpuPP), I get good audio. My detected CPU is ippCpuEM64T (I have a Pentium D dual core processor) and I work under Windows XP 32bit. I have tried to isolate the function responsible for this by prefixing all the calls with px_ to force the call of the C optimized library, but that did notfix the problem. It seems that the problem comes from a hidenlow level function.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 May 2009 14:59:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901864#M12892</guid>
      <dc:creator>Vincent_Fournier</dc:creator>
      <dc:date>2009-05-12T14:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: GSMAMR</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901865#M12893</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/425581"&gt;Vincent Fournier&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;I have isolated a bit more the problem. When I us the IPP 6.0 library and force it to use:&lt;BR /&gt;ippStaticInitCpu(ippCpuPP), I get good audio. My detected CPU is ippCpuEM64T (I have a Pentium D dual core processor) and I work under Windows XP 32bit. I have tried to isolate the function responsible for this by prefixing all the calls with px_ to force the call of the C optimized library, but that did notfix the problem. It seems that the problem comes from a hidenlow level function.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello Vincent,&lt;BR /&gt;&lt;BR /&gt;IPP team appreciates your effort in investigating the issue. It would be helpful you to try to start with working PX code (ippCpuPP) by perfixing IPP funcions with t7_ dispatching it to the code appropriate to ippCpuEM64T. Starting with the working code you willdefinitely identify the suspicious function.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Vyacheslav, IPP, speech coding domain</description>
      <pubDate>Thu, 14 May 2009 11:05:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901865#M12893</guid>
      <dc:creator>Vyacheslav_Baranniko</dc:creator>
      <dc:date>2009-05-14T11:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: GSMAMR</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901866#M12894</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/425581"&gt;Vincent Fournier&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;I have isolated a bit more the problem. When I us the IPP 6.0 library and force it to use:&lt;BR /&gt;ippStaticInitCpu(ippCpuPP), I get good audio. My detected CPU is ippCpuEM64T (I have a Pentium D dual core processor) and I work under Windows XP 32bit. I have tried to isolate the function responsible for this by prefixing all the calls with px_ to force the call of the C optimized library, but that did notfix the problem. It seems that the problem comes from a hidenlow level function.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
We rewrote the bitstream unpacker for the storage format and pass that directly to the decoder. Everything works fine now. Take a look at the 26073-800 reference impl at 3gpp.
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Tom&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 May 2009 23:16:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901866#M12894</guid>
      <dc:creator>icomm</dc:creator>
      <dc:date>2009-05-15T23:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: GSMAMR</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901867#M12895</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/425581"&gt;Vincent Fournier&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;I have isolated a bit more the problem. When I us the IPP 6.0 library and force it to use:&lt;BR /&gt;ippStaticInitCpu(ippCpuPP), I get good audio. My detected CPU is ippCpuEM64T (I have a Pentium D dual core processor) and I work under Windows XP 32bit. I have tried to isolate the function responsible for this by prefixing all the calls with px_ to force the call of the C optimized library, but that did notfix the problem. It seems that the problem comes from a hidenlow level function.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Vincent, it wouldbe more productive if youpost this issue thru premier.intel.com. This will require IPP registration.&lt;BR /&gt;Vyacheslav</description>
      <pubDate>Tue, 19 May 2009 10:54:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901867#M12895</guid>
      <dc:creator>Vyacheslav_Baranniko</dc:creator>
      <dc:date>2009-05-19T10:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: GSMAMR</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901868#M12896</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/78485"&gt;vbaranni&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hello Vincent,&lt;BR /&gt;&lt;BR /&gt;IPP team appreciates your effort in investigating the issue. It would be helpful you to try to start with working PX code (ippCpuPP) by perfixing IPP funcions with t7_ dispatching it to the code appropriate to ippCpuEM64T. Starting with the working code you willdefinitely identify the suspicious function.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Vyacheslav, IPP, speech coding domain&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I have been on a differentproject and just read your suggestion. It is a good idea. I'll try it as soon as I have the opportunity. I will also report my findings to the premium support channel as you suggest in a latter message (I am already a registered user).&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Vincent&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2009 13:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/GSMAMR/m-p/901868#M12896</guid>
      <dc:creator>Vincent_Fournier</dc:creator>
      <dc:date>2009-06-11T13:21:00Z</dc:date>
    </item>
  </channel>
</rss>

