<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Extracting AMR Audio from Android 3GP Files</title>
	<atom:link href="http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/</link>
	<description>The software development weblog of Benjamin McCann.</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:26:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/comment-page-1/#comment-36659</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 13 Jan 2011 21:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=173#comment-36659</guid>
		<description>just a quick note - the IsoParser code has been moved to GoogleCode here

http://code.google.com/p/mp4parser/source/checkout</description>
		<content:encoded><![CDATA[<p>just a quick note &#8211; the IsoParser code has been moved to GoogleCode here</p>
<p><a href="http://code.google.com/p/mp4parser/source/checkout" rel="nofollow">http://code.google.com/p/mp4parser/source/checkout</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey</title>
		<link>http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/comment-page-1/#comment-16932</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Thu, 12 Nov 2009 13:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=173#comment-16932</guid>
		<description>You can use simple way to extract AMR from 3GP container on Android.
I just describe it in our android-blog: http://android.amberfog.com/?p=181</description>
		<content:encoded><![CDATA[<p>You can use simple way to extract AMR from 3GP container on Android.<br />
I just describe it in our android-blog: <a href="http://android.amberfog.com/?p=181" rel="nofollow">http://android.amberfog.com/?p=181</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave E</title>
		<link>http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/comment-page-1/#comment-15039</link>
		<dc:creator>Dave E</dc:creator>
		<pubDate>Tue, 29 Sep 2009 00:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=173#comment-15039</guid>
		<description>I&#039;m trying to create a 30 second sample mp4 sample from an mp4 file. Has anyone been able to use IsoParser to do this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to create a 30 second sample mp4 sample from an mp4 file. Has anyone been able to use IsoParser to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Joseph</title>
		<link>http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/comment-page-1/#comment-13600</link>
		<dc:creator>Sam Joseph</dc:creator>
		<pubDate>Tue, 18 Aug 2009 20:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=173#comment-13600</guid>
		<description>Well I cracked and installed Maven.  Turns out it wasn&#039;t so hard for OSX:

http://maven2.darwinports.com/

In fact all I typed was:

sudo port install maven2 
svn checkout https://contributions.coremedia.com/svn/isobox4j/trunk isobox4j
cd isobox4j/isoparser
mvn install

of course - then maven downloaded like a 100 different libraries ...., but everything worked after that.

However I also subsequently found it seems like you can record audio on the android directly into the AMR format, so maybe I didn&#039;t need isobox after all :-)</description>
		<content:encoded><![CDATA[<p>Well I cracked and installed Maven.  Turns out it wasn&#8217;t so hard for OSX:</p>
<p><a href="http://maven2.darwinports.com/" rel="nofollow">http://maven2.darwinports.com/</a></p>
<p>In fact all I typed was:</p>
<p>sudo port install maven2<br />
svn checkout <a href="https://contributions.coremedia.com/svn/isobox4j/trunk" rel="nofollow">https://contributions.coremedia.com/svn/isobox4j/trunk</a> isobox4j<br />
cd isobox4j/isoparser<br />
mvn install</p>
<p>of course &#8211; then maven downloaded like a 100 different libraries &#8230;., but everything worked after that.</p>
<p>However I also subsequently found it seems like you can record audio on the android directly into the AMR format, so maybe I didn&#8217;t need isobox after all <img src='http://www.benmccann.com/dev-blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Joseph</title>
		<link>http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/comment-page-1/#comment-13426</link>
		<dc:creator>Sam Joseph</dc:creator>
		<pubDate>Thu, 13 Aug 2009 03:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=173#comment-13426</guid>
		<description>Sebestian said there were binaries, but I can&#039;t find any that include isobox4j.jar  Could anyone post a link to just that?

I guess the only solution at the moment is to try to understand how maven works ...  Any reason the isobox.jar couldn&#039;t be put up by itself.  I&#039;m not familiar with Maven and really want to devote my time on working out how to convert AMR to MP3 ...

Many thanks in advance
CHEERS&gt; SAM</description>
		<content:encoded><![CDATA[<p>Sebestian said there were binaries, but I can&#8217;t find any that include isobox4j.jar  Could anyone post a link to just that?</p>
<p>I guess the only solution at the moment is to try to understand how maven works &#8230;  Any reason the isobox.jar couldn&#8217;t be put up by itself.  I&#8217;m not familiar with Maven and really want to devote my time on working out how to convert AMR to MP3 &#8230;</p>
<p>Many thanks in advance<br />
CHEERS&gt; SAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pramod</title>
		<link>http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/comment-page-1/#comment-11351</link>
		<dc:creator>Pramod</dc:creator>
		<pubDate>Fri, 05 Jun 2009 09:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=173#comment-11351</guid>
		<description>HI Ben,
Thanks for such a nice article to extract AMR from Android 3gp file. Just one query from my side. Can I mix two Andriod 3gp file using the isoParser. Any code sample will be a great help

Thanks
Pramod
Phoenytunes.com
(Mobisoft Telesolutions Pvt Ltd)</description>
		<content:encoded><![CDATA[<p>HI Ben,<br />
Thanks for such a nice article to extract AMR from Android 3gp file. Just one query from my side. Can I mix two Andriod 3gp file using the isoParser. Any code sample will be a great help</p>
<p>Thanks<br />
Pramod<br />
Phoenytunes.com<br />
(Mobisoft Telesolutions Pvt Ltd)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Annies</title>
		<link>http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/comment-page-1/#comment-10919</link>
		<dc:creator>Sebastian Annies</dc:creator>
		<pubDate>Wed, 27 May 2009 14:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=173#comment-10919</guid>
		<description>Yes we have binaries and a maven repository: https://contributions.coremedia.com/svn/isobox4j/maven/repo/</description>
		<content:encoded><![CDATA[<p>Yes we have binaries and a maven repository: <a href="https://contributions.coremedia.com/svn/isobox4j/maven/repo/" rel="nofollow">https://contributions.coremedia.com/svn/isobox4j/maven/repo/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/comment-page-1/#comment-10839</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 25 May 2009 23:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=173#comment-10839</guid>
		<description>Andrea,
You should be able to build the isobox4j project using Maven.  I&#039;m not sure if they have a binary that they distribute.</description>
		<content:encoded><![CDATA[<p>Andrea,<br />
You should be able to build the isobox4j project using Maven.  I&#8217;m not sure if they have a binary that they distribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/comment-page-1/#comment-10818</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Mon, 25 May 2009 14:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=173#comment-10818</guid>
		<description>Hi Ben,
Your code now works!!!
I have the .amr file. Now my problem is how can I access to the sample audio in file .amr ?
I mean, I need to access to the audio samples to implemet an algorithm which discriminate if in my file there&#039;s or not silence and I don&#039;t know how to get the audio data.

Do you know if there is some specific function or library or .jar that could help me ?
Thanks!!!

Andrea</description>
		<content:encoded><![CDATA[<p>Hi Ben,<br />
Your code now works!!!<br />
I have the .amr file. Now my problem is how can I access to the sample audio in file .amr ?<br />
I mean, I need to access to the audio samples to implemet an algorithm which discriminate if in my file there&#8217;s or not silence and I don&#8217;t know how to get the audio data.</p>
<p>Do you know if there is some specific function or library or .jar that could help me ?<br />
Thanks!!!</p>
<p>Andrea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/comment-page-1/#comment-10808</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Mon, 25 May 2009 07:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=173#comment-10808</guid>
		<description>Hi Ben,
Thanks for your replying....Do you have any idea of where I can find the isobox4j .jar ?
I&#039;ve tried all your links but I cannot find it....
Could you please tell where I can get it ?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Ben,<br />
Thanks for your replying&#8230;.Do you have any idea of where I can find the isobox4j .jar ?<br />
I&#8217;ve tried all your links but I cannot find it&#8230;.<br />
Could you please tell where I can get it ?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

