<?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: AudioSnippet</title>
	<atom:link href="http://code.compartmental.net/tools/minim/manual-audiosnippet/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-audiosnippet/comment-page-1/#comment-3120</link>
		<dc:creator>ddf</dc:creator>
		<pubDate>Sun, 19 Sep 2010 16:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audioclip/#comment-3120</guid>
		<description>You need to rewind() it before calling play() again. Or, every time you want it to play, you can call play(0), which will start it playing from the beginning, no matter where it currently is.</description>
		<content:encoded><![CDATA[<p>You need to rewind() it before calling play() again. Or, every time you want it to play, you can call play(0), which will start it playing from the beginning, no matter where it currently is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://code.compartmental.net/tools/minim/manual-audiosnippet/comment-page-1/#comment-3096</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 16 Sep 2010 15:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audioclip/#comment-3096</guid>
		<description>I&#039;m trying to use an AudioSnippet.  It&#039;s a wav file.  Even when I copy and paste code from the example(substituting the file name), it can only play the sound once.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use an AudioSnippet.  It&#8217;s a wav file.  Even when I copy and paste code from the example(substituting the file name), it can only play the sound once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Nifong</title>
		<link>http://code.compartmental.net/tools/minim/manual-audiosnippet/comment-page-1/#comment-2786</link>
		<dc:creator>Nathan Nifong</dc:creator>
		<pubDate>Mon, 09 Aug 2010 11:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audioclip/#comment-2786</guid>
		<description>Why can&#039;t an AudioSnippet load a WAV file from a URL?</description>
		<content:encoded><![CDATA[<p>Why can&#8217;t an AudioSnippet load a WAV file from a URL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kotoko</title>
		<link>http://code.compartmental.net/tools/minim/manual-audiosnippet/comment-page-1/#comment-2554</link>
		<dc:creator>kotoko</dc:creator>
		<pubDate>Thu, 01 Jul 2010 21:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audioclip/#comment-2554</guid>
		<description>I&#039;m using this class to play some sounds. 

I&#039;m having problems, sometimes the loadSnippet method return null. I mean it behaves randomly, sometimes it works and sometimes not (with the same file).

I&#039;m only using wav files recorded with the example about recording sound that comes with processing.

Also maybe important to notice that I use 2 AudioSnippet objects one has always the same sound and is just played the other is used to load different sounds. Only the second one has problems.

Also important to notice that I&#039;m using threads.

I went and digged into your code and the problem is on line 606 of JSMinim. When you call getInputStream a UnsupportedAudioFileException is triggered.

Can you help me please?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using this class to play some sounds. </p>
<p>I&#8217;m having problems, sometimes the loadSnippet method return null. I mean it behaves randomly, sometimes it works and sometimes not (with the same file).</p>
<p>I&#8217;m only using wav files recorded with the example about recording sound that comes with processing.</p>
<p>Also maybe important to notice that I use 2 AudioSnippet objects one has always the same sound and is just played the other is used to load different sounds. Only the second one has problems.</p>
<p>Also important to notice that I&#8217;m using threads.</p>
<p>I went and digged into your code and the problem is on line 606 of JSMinim. When you call getInputStream a UnsupportedAudioFileException is triggered.</p>
<p>Can you help me please?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

