<?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: How to merge / concatenate mp3s with PHP</title>
	<atom:link href="http://www.theblog.ca/merge-mp3s-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.theblog.ca/merge-mp3s-php</link>
	<description>Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:51:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: John C</title>
		<link>http://www.theblog.ca/merge-mp3s-php/comment-page-1#comment-17068</link>
		<dc:creator>John C</dc:creator>
		<pubDate>Wed, 09 Nov 2011 17:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=143#comment-17068</guid>
		<description>Dear all, 

I am a beginner with php. I would like to adapt this script to merge 2 mp3 files (file1.mp3 and file2.mp3 into file-merged.mp3). 
It should be very simple compared to this script. 
Thank you very much for your kind replies. 

JC</description>
		<content:encoded><![CDATA[<p>Dear all, </p>
<p>I am a beginner with php. I would like to adapt this script to merge 2 mp3 files (file1.mp3 and file2.mp3 into file-merged.mp3).<br />
It should be very simple compared to this script.<br />
Thank you very much for your kind replies. </p>
<p>JC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://www.theblog.ca/merge-mp3s-php/comment-page-1#comment-15069</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Sun, 19 Dec 2010 15:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=143#comment-15069</guid>
		<description>This script is exactly what I was looking for but... is there a way to have the sound played by a flash script like hbs_mp3_player.swf directly in the web page?
When I use your script I&#039;m asked to download the merged mp3 file or play it with VLC or WMP.

&lt;strong&gt;Reply from Peter: I&#039;m pretty sure you could feed the generated file to a player, since it shouldn&#039;t be any different than any other mp3 player. If it&#039;s a file being generated on the fly, you probably have to save it to the server and stream it from there.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>This script is exactly what I was looking for but&#8230; is there a way to have the sound played by a flash script like hbs_mp3_player.swf directly in the web page?<br />
When I use your script I&#8217;m asked to download the merged mp3 file or play it with VLC or WMP.</p>
<p><strong>Reply from Peter: I&#8217;m pretty sure you could feed the generated file to a player, since it shouldn&#8217;t be any different than any other mp3 player. If it&#8217;s a file being generated on the fly, you probably have to save it to the server and stream it from there.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarunas</title>
		<link>http://www.theblog.ca/merge-mp3s-php/comment-page-1#comment-14493</link>
		<dc:creator>Sarunas</dc:creator>
		<pubDate>Tue, 05 Oct 2010 09:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=143#comment-14493</guid>
		<description>When merging mp3s with different bitrates the higher bitrate mp3 plays in slow motion. Any solutions to this?

&lt;strong&gt;Reply from Peter: Not sure, but I welcome other people&#039;s solutions.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>When merging mp3s with different bitrates the higher bitrate mp3 plays in slow motion. Any solutions to this?</p>
<p><strong>Reply from Peter: Not sure, but I welcome other people&#8217;s solutions.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natali</title>
		<link>http://www.theblog.ca/merge-mp3s-php/comment-page-1#comment-13739</link>
		<dc:creator>Natali</dc:creator>
		<pubDate>Tue, 03 Aug 2010 08:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=143#comment-13739</guid>
		<description>Very helpfull!!! Many thanks!!!</description>
		<content:encoded><![CDATA[<p>Very helpfull!!! Many thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukoo</title>
		<link>http://www.theblog.ca/merge-mp3s-php/comment-page-1#comment-13143</link>
		<dc:creator>Mukoo</dc:creator>
		<pubDate>Tue, 01 Jun 2010 21:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=143#comment-13143</guid>
		<description>Thanks! it works perfectly. But how about layering/mixdown 2 mp3&#039;s, not simply appending one after the other. What if I want them to blend together? Do you think it can be done?

&lt;strong&gt;Reply from Peter: It can certainly be done with desktop programs, but I&#039;ve never looked into a command-line solution. If you find something, please post your findings.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Thanks! it works perfectly. But how about layering/mixdown 2 mp3&#8242;s, not simply appending one after the other. What if I want them to blend together? Do you think it can be done?</p>
<p><strong>Reply from Peter: It can certainly be done with desktop programs, but I&#8217;ve never looked into a command-line solution. If you find something, please post your findings.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaz</title>
		<link>http://www.theblog.ca/merge-mp3s-php/comment-page-1#comment-11244</link>
		<dc:creator>Vaz</dc:creator>
		<pubDate>Thu, 09 Jul 2009 04:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=143#comment-11244</guid>
		<description>Excellent...I thought we need some extra things to work mp3 with php...great tutorial</description>
		<content:encoded><![CDATA[<p>Excellent&#8230;I thought we need some extra things to work mp3 with php&#8230;great tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thierry</title>
		<link>http://www.theblog.ca/merge-mp3s-php/comment-page-1#comment-11208</link>
		<dc:creator>Thierry</dc:creator>
		<pubDate>Wed, 01 Jul 2009 19:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=143#comment-11208</guid>
		<description>Thanks for sharing. It worked on the first try ... what I though would take hours, take me 30mn ...</description>
		<content:encoded><![CDATA[<p>Thanks for sharing. It worked on the first try &#8230; what I though would take hours, take me 30mn &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dada</title>
		<link>http://www.theblog.ca/merge-mp3s-php/comment-page-1#comment-9472</link>
		<dc:creator>Dada</dc:creator>
		<pubDate>Tue, 01 Jul 2008 02:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=143#comment-9472</guid>
		<description>I was looking for that sort of script since severals months, you&#039;re my hero, thanks alot.</description>
		<content:encoded><![CDATA[<p>I was looking for that sort of script since severals months, you&#8217;re my hero, thanks alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alx</title>
		<link>http://www.theblog.ca/merge-mp3s-php/comment-page-1#comment-8819</link>
		<dc:creator>Alx</dc:creator>
		<pubDate>Sun, 02 Mar 2008 16:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=143#comment-8819</guid>
		<description>This is my implementation:

http://interno.netsons.org/modules.php?name=Dtmf

http://interno.netsons.org/modules.php?name=Banche

http://interno.netsons.org/modules.php?name=CodFis

Ty :)</description>
		<content:encoded><![CDATA[<p>This is my implementation:</p>
<p>http://interno.netsons.org/modules.php?name=Dtmf</p>
<p>http://interno.netsons.org/modules.php?name=Banche</p>
<p>http://interno.netsons.org/modules.php?name=CodFis</p>
<p>Ty <img src='http://www.theblog.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.theblog.ca/merge-mp3s-php/comment-page-1#comment-8808</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 01 Mar 2008 21:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=143#comment-8808</guid>
		<description>Yes, you can insert a pause -- to do so you simply have to record a blank sound file as the pause.</description>
		<content:encoded><![CDATA[<p>Yes, you can insert a pause &#8212; to do so you simply have to record a blank sound file as the pause.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

