<?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: Manual: AudioPlayer</title>
	<atom:link href="http://code.compartmental.net/tools/minim/manual-audioplayer/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.compartmental.net</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 07:48:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ddf</title>
		<link>http://code.compartmental.net/tools/minim/manual-audioplayer/comment-page-1/#comment-3721</link>
		<dc:creator>ddf</dc:creator>
		<pubDate>Wed, 17 Nov 2010 04:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audioplayer/#comment-3721</guid>
		<description>By calling the loop method of AudioPlayer.</description>
		<content:encoded><![CDATA[<p>By calling the loop method of AudioPlayer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://code.compartmental.net/tools/minim/manual-audioplayer/comment-page-1/#comment-3706</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Mon, 15 Nov 2010 15:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audioplayer/#comment-3706</guid>
		<description>how do you make to do a loop with a sound?
when it finsih, i want that automatically restart</description>
		<content:encoded><![CDATA[<p>how do you make to do a loop with a sound?<br />
when it finsih, i want that automatically restart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddf</title>
		<link>http://code.compartmental.net/tools/minim/manual-audioplayer/comment-page-1/#comment-2544</link>
		<dc:creator>ddf</dc:creator>
		<pubDate>Thu, 01 Jul 2010 03:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audioplayer/#comment-2544</guid>
		<description>I suppose it&#039;s possible that the length returned by the metadata is just incorrect. You try using the length() method of AudioPlayer itself, which may work better. I haven&#039;t looked at the code in a little while, I but I think if you are playing the mp3, the length in the metadata is pulled from the tags, whereas if it&#039;s a wave file message.getMetaData().length() should be the same as message.length().</description>
		<content:encoded><![CDATA[<p>I suppose it&#8217;s possible that the length returned by the metadata is just incorrect. You try using the length() method of AudioPlayer itself, which may work better. I haven&#8217;t looked at the code in a little while, I but I think if you are playing the mp3, the length in the metadata is pulled from the tags, whereas if it&#8217;s a wave file message.getMetaData().length() should be the same as message.length().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kotoko</title>
		<link>http://code.compartmental.net/tools/minim/manual-audioplayer/comment-page-1/#comment-2539</link>
		<dc:creator>kotoko</dc:creator>
		<pubDate>Wed, 30 Jun 2010 12:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audioplayer/#comment-2539</guid>
		<description>I&#039;ve been using this class but, when I play a sound until the end, it doesn&#039;t play the last second or so.

Is this normal?

I&#039;m just doing this:

AudioPlayer message = minim.loadFile(IMThread.path_incoming+&quot;/&quot;+msg, 2048);
message.play();
Thread.sleep(message.getMetaData().length());</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using this class but, when I play a sound until the end, it doesn&#8217;t play the last second or so.</p>
<p>Is this normal?</p>
<p>I&#8217;m just doing this:</p>
<p>AudioPlayer message = minim.loadFile(IMThread.path_incoming+&#8221;/&#8221;+msg, 2048);<br />
message.play();<br />
Thread.sleep(message.getMetaData().length());</p>
]]></content:encoded>
	</item>
</channel>
</rss>

