<?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: imx QSB Microphone input recording? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169736#M5284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello, i have a question,i can't find mfw_mp3encoder in my mx51 evk,where i find it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2011 09:37:55 GMT</pubDate>
    <dc:creator>brace</dc:creator>
    <dc:date>2011-10-10T09:37:55Z</dc:date>
    <item>
      <title>imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169732#M5280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have examples of how to record from the QSB/Loco microphone into a pcm or wav file? I'm assuming someone has a gstreamer pipeline to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Randy Krakora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 17:31:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169732#M5280</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2011-09-12T17:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169733#M5281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, give it a try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gst-launch alsasrc ! mfw_mp3encoder ! filesink location= audio.mp3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gst-launch alsasrc ! mfw_mp3encoder ! avimux ! filesink location=audio.avi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or try to use arecord (alsa-utils)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 18:07:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169733#M5281</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2011-09-12T18:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169734#M5282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daiane,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. I saw this on your wiki page as well just after I posted!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried arecord and it works, but the customer wants a small C program to do the same. Do we have any C code examples in our BSP that anyone knows of?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Randy Krakora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 19:50:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169734#M5282</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2011-09-12T19:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169735#M5283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Randy,&lt;/P&gt;&lt;P&gt;It is simple to convert a Gstreamer pipeline to a C program. Please see this link as an example:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.imxdev.org/wiki/index.php?title=All_Board_Creating_App_MP3"&gt;http://www.imxdev.org/wiki/index.php?title=All_Board_Creating_App_MP3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 01:33:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169735#M5283</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2011-09-13T01:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169736#M5284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello, i have a question,i can't find mfw_mp3encoder in my mx51 evk,where i find it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 09:37:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169736#M5284</guid>
      <dc:creator>brace</dc:creator>
      <dc:date>2011-10-10T09:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169737#M5285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you donot using the latest fsl-mm-codec release, if you use version above 2.0.0 you can finde mp3encoder plug-in.&lt;/P&gt;&lt;P&gt;you can get the newer release to find mp3 encoder&lt;BR /&gt; &lt;BR /&gt;&lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/imx-qsb-microphone-input-recording#4103961Comment36938"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;hello, i have a question,i can't find mfw_mp3encoder in my mx51 evk,where i find it?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 02:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169737#M5285</guid>
      <dc:creator>LyonWang</dc:creator>
      <dc:date>2011-11-03T02:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169738#M5286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry to jump on the back of an existing thread but I am trying to include fsl-mm-codec and fsl-mm-mp3enc in my LTIB pacakge list for my iMX233 board. This is the error I get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Processing: fsl-mm-codeclib&lt;BR /&gt; =============================&lt;BR /&gt; Build path taken because: no prebuilt rpm, &lt;BR /&gt; Testing network connectivity&lt;BR /&gt; OK GPP: &lt;BR /&gt; &lt;BR /&gt; Try fsl-mm-codeclib-1.8.0.tar.gz.md5 from the GPP&lt;BR /&gt; &lt;A href="http://bitshrine.org/gpp/fsl-mm-codeclib-1.8.0.tar.gz.md5" target="_blank"&gt;http://bitshrine.org/gpp/fsl-mm-codeclib-1.8.0.tar.gz.md5&lt;/A&gt;:&lt;BR /&gt; 09:10:01 ERROR 404: Not Found.&lt;BR /&gt; Try fsl-mm-codeclib-1.8.0.tar.gz from the GPP&lt;BR /&gt; &lt;A href="http://bitshrine.org/gpp/fsl-mm-codeclib-1.8.0.tar.gz" target="_blank"&gt;http://bitshrine.org/gpp/fsl-mm-codeclib-1.8.0.tar.gz&lt;/A&gt;:&lt;BR /&gt; 09:10:01 ERROR 404: Not Found.&lt;BR /&gt; Can't get: fsl-mm-codeclib-1.8.0.tar.gz at ./ltib line 790.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; f_buildrpms() returned an error, exiting&lt;BR /&gt; traceback:&lt;BR /&gt; &amp;nbsp;main:560&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; Started: Fri Nov 25 09:09:02 2011&lt;BR /&gt; Ended:&amp;nbsp;&amp;nbsp; Fri Nov 25 09:10:01 2011&lt;BR /&gt; Elapsed: 59 seconds&lt;BR /&gt; &lt;BR /&gt; These packages failed to build:&lt;BR /&gt; fsl-mm-codeclib &lt;BR /&gt; &lt;BR /&gt; Build Failed&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;engineering@engineering-desktop:~/Freescale/ltib$ find . | grep codeclib&lt;BR /&gt; ./dist/lfs-5.1/fsl-mm/fsl-mm-codeclib.spec&lt;BR /&gt; ./dist/lfs-5.1/fsl-mm/fsl-mm-special-codeclib.spec&lt;BR /&gt; ./dist/lfs-5.1/fsl-mm/fsl-mm-ms-codeclib.spec&lt;BR /&gt; ./dist/lfs-5.1/fsl-mm/fsl-mm-aacpdec-codeclib.spec&lt;BR /&gt; ./dist/lfs-5.1/fsl-mm/fsl-mm-mp3enc-codeclib.spec&lt;BR /&gt; ./dist/lfs-5.1/fsl-mm/fsl-mm-flv-codeclib.spec&lt;BR /&gt; ./dist/lfs-5.1/fsl-mm/fsl-mm-excluded-codeclib.spec&lt;BR /&gt; ./dist/lfs-5.1/fsl-mm/fsl-mm-ac3dec-codeclib.spec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The .tar file is not in /opt/freescale/pkgs. Will I need to contact freescale to obtain this package?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CITE&gt;Lyon Wang said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/imx-qsb-microphone-input-recording#4103961Comment41649"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;I guess you donot using the latest fsl-mm-codec release, if you use version above 2.0.0 you can finde mp3encoder plug-in.&lt;/P&gt;&lt;P&gt;you can get the newer release to find mp3 encoder&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/imx-qsb-microphone-input-recording#4103961Comment36938"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;hello, i have a question,i can't find mfw_mp3encoder in my mx51 evk,where i find it?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 10:43:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169738#M5286</guid>
      <dc:creator>Ameeca</dc:creator>
      <dc:date>2011-11-25T10:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169739#M5287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to donwload mmcodec package from FSL web site and then copy it to /opt/freescale/pkg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I´m not sure for mp3 encoder, but it you don´t find it under mmcodec, you should open an SR and ask for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot remember what was the licence needed for mp3 encoder.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 16:47:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169739#M5287</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2011-11-25T16:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169740#M5288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'd better get the newer version of fsl-mm-codeclib package (version 2.0.0 or later), then by default fsl-mm-codeclib package will include mp3 encoder library. ( due to license issue the older version donot include it)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 02:00:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169740#M5288</guid>
      <dc:creator>LyonWang</dc:creator>
      <dc:date>2011-11-28T02:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169741#M5289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've downloaded the only available linux codecs on the FSL site and that gave me fsl-mm-1.8.0, which, as you said Lyon does not contain fsl-mm-mp3enc-codeclib.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should 2.0.0 be available through FSL too ? Is it worth me contacting their support?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 09:59:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169741#M5289</guid>
      <dc:creator>Ameeca</dc:creator>
      <dc:date>2011-11-28T09:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169742#M5290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can find the latest fsl-mm-codeclib package in the 1105 release since it is a release for mx53, maybe you should find it in MX53 1105 release. (it was not officially for MX233 release, that's why you can only find 1.8.0 in mx233 release package).&lt;/P&gt;&lt;P&gt;you can get the mp3encoder in 1105 release and have a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 10:08:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169742#M5290</guid>
      <dc:creator>LyonWang</dc:creator>
      <dc:date>2011-11-28T10:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169743#M5291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply Lyon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the package here; &lt;A href="http://repository.timesys.com/buildsources/f/fsl-mm-codeclib/fsl-mm-codeclib-2.0.1/" target="_blank"&gt;http://repository.timesys.com/buildsources/f/fsl-mm-codeclib/fsl-mm-codeclib-2.0.1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And downloaded it into /opt/freescale/pkgs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LTIB now builds fine with the package but if I use gst-inspect mfw_mp3encoder, it returns a "no such element" error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 10:19:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169743#M5291</guid>
      <dc:creator>Ameeca</dc:creator>
      <dc:date>2011-11-28T10:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: imx QSB Microphone input recording?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169744#M5292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lyon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the double post but I took your advice and used the latest codecs from the iMX53 section of the downloads.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately there is a dependency which I am missing - namely I require GLIBC_2.7 and I am using GLIB2.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to Linux so I am a bit worried about removing and updating existing packages as it took a long time to get LTIB working and I'm afraid of causing more errors!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Build time for fsl-mm-codeclib: 5 seconds&lt;BR /&gt; &lt;BR /&gt;sudo /opt/freescale/ltib/usr/bin/rpm --root /home/engineering/Freescale/ltib/rootfs --dbpath /var/lib/rpm -e --allmatches --nodeps --define '_tmppath /tmp/ltib' fsl-mm-codeclib 2&amp;gt;/dev/null&lt;BR /&gt;sudo /opt/freescale/ltib/usr/bin/rpm --root /home/engineering/Freescale/ltib/rootfs --dbpath /var/lib/rpm --prefix / --ignorearch -ivh --force --excludedocs --define '_tmppath /tmp/ltib' /home/engineering/Freescale/ltib/rpm/RPMS/arm/fsl-mm-codeclib-2.0.3-1.arm.rpm&lt;BR /&gt;error: failed dependencies:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libc.so.6(GLIBC_2.7)&amp;nbsp;&amp;nbsp; is needed by fsl-mm-codeclib-2.0.3-1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;f_buildrpms() returned an error, exiting&lt;BR /&gt;traceback:&lt;BR /&gt;&amp;nbsp;main:560&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Started: Mon Nov 28 10:39:03 2011&lt;BR /&gt;Ended:&amp;nbsp;&amp;nbsp; Mon Nov 28 10:40:05 2011&lt;BR /&gt;Elapsed: 62 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Build Failed&lt;BR /&gt;&lt;BR /&gt;Exiting on error or interrupt&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 10:45:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-QSB-Microphone-input-recording/m-p/169744#M5292</guid>
      <dc:creator>Ameeca</dc:creator>
      <dc:date>2011-11-28T10:45:25Z</dc:date>
    </item>
  </channel>
</rss>

