<?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: SoundFX, out-of-the-box audio filters with actionscript 3</title>
	<atom:link href="http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/</link>
	<description>Personal blog, portfolio &#38; online playground</description>
	<lastBuildDate>Tue, 09 Mar 2010 12:08:53 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alperian</title>
		<link>http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/comment-page-1/#comment-119308</link>
		<dc:creator>Alperian</dc:creator>
		<pubDate>Tue, 09 Mar 2010 12:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/?p=136#comment-119308</guid>
		<description>The filters are fantastic although the resonance one was back to front (for me at least). Fantastic. How much of this functionality is built in to AS3? I am off to have a poke around.</description>
		<content:encoded><![CDATA[<p>The filters are fantastic although the resonance one was back to front (for me at least). Fantastic. How much of this functionality is built in to AS3? I am off to have a poke around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/comment-page-1/#comment-119306</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/?p=136#comment-119306</guid>
		<description>Hi there.

I have not used Flex and are used to using Flash. Is there any chance of getting this to work in Flash, CS4, AS3. When I  publish (Flash Player 10) using the script supplied at the top of the page .I keep on getting the error   

1180: Call to a possibly undefined method cutoffFrequency.


I am keen to get this to work as I am working on a multi-user sound performance using UNION and would like the multiple online performers to change the EQ, or add effects, even very simple effects,  to the sounds in real time.

Any help would be appreciated.

Thanks

Sean</description>
		<content:encoded><![CDATA[<p>Hi there.</p>
<p>I have not used Flex and are used to using Flash. Is there any chance of getting this to work in Flash, CS4, AS3. When I  publish (Flash Player 10) using the script supplied at the top of the page .I keep on getting the error   </p>
<p>1180: Call to a possibly undefined method cutoffFrequency.</p>
<p>I am keen to get this to work as I am working on a multi-user sound performance using UNION and would like the multiple online performers to change the EQ, or add effects, even very simple effects,  to the sounds in real time.</p>
<p>Any help would be appreciated.</p>
<p>Thanks</p>
<p>Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: przemeko</title>
		<link>http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/comment-page-1/#comment-119061</link>
		<dc:creator>przemeko</dc:creator>
		<pubDate>Sun, 28 Feb 2010 20:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/?p=136#comment-119061</guid>
		<description>Hello
About &quot;optimized to do multiple sounds&quot;. 
Can You give me any suggest how to do this ?

For example:
sndA = new SoundFX(new URLRequest(&#039;drums.mp3&#039;));
sndB = new SoundFX(new URLRequest(&#039;bass.mp3&#039;));
sndC = new SoundFX(new URLRequest(&#039;string.mp3&#039;));

When i try to play this sounds simultaneously the third one is always NOT synchronized! (all mp3 are 70 secunds long)</description>
		<content:encoded><![CDATA[<p>Hello<br />
About &#8220;optimized to do multiple sounds&#8221;.<br />
Can You give me any suggest how to do this ?</p>
<p>For example:<br />
sndA = new SoundFX(new URLRequest(&#8216;drums.mp3&#8242;));<br />
sndB = new SoundFX(new URLRequest(&#8216;bass.mp3&#8242;));<br />
sndC = new SoundFX(new URLRequest(&#8217;string.mp3&#8242;));</p>
<p>When i try to play this sounds simultaneously the third one is always NOT synchronized! (all mp3 are 70 secunds long)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CatMaestro</title>
		<link>http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/comment-page-1/#comment-119037</link>
		<dc:creator>CatMaestro</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/?p=136#comment-119037</guid>
		<description>Hey, that&#039;s a cool feature.
Can you please tell why when I try doing the play button and the spectrum in seperated swf&#039;s with localconnection between them, they work in any browser except of the IE.

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hey, that&#8217;s a cool feature.<br />
Can you please tell why when I try doing the play button and the spectrum in seperated swf&#8217;s with localconnection between them, they work in any browser except of the IE.</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/comment-page-1/#comment-118733</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/?p=136#comment-118733</guid>
		<description>Hey, is there anyway to use a non-external MP3 / URL with this? Like just simply calling an embedded Sound in a swf?

Maybe I missed it in the documentation, but please let me know if this is possible.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey, is there anyway to use a non-external MP3 / URL with this? Like just simply calling an embedded Sound in a swf?</p>
<p>Maybe I missed it in the documentation, but please let me know if this is possible.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/comment-page-1/#comment-118701</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 16 Feb 2010 12:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/?p=136#comment-118701</guid>
		<description>This is outstanding! Thanks for sharing : )</description>
		<content:encoded><![CDATA[<p>This is outstanding! Thanks for sharing : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: audiosapien</title>
		<link>http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/comment-page-1/#comment-118575</link>
		<dc:creator>audiosapien</dc:creator>
		<pubDate>Thu, 11 Feb 2010 05:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/?p=136#comment-118575</guid>
		<description>Nice work! There&#039;s a pretty cool AS3 dynamic sound library for Flash 10 by the guys at Sonoflash, it&#039;s worth a look.

http://www.sonoflash.com</description>
		<content:encoded><![CDATA[<p>Nice work! There&#8217;s a pretty cool AS3 dynamic sound library for Flash 10 by the guys at Sonoflash, it&#8217;s worth a look.</p>
<p><a href="http://www.sonoflash.com" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.sonoflash.com');">http://www.sonoflash.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/comment-page-1/#comment-117166</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 04 Jan 2010 13:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/?p=136#comment-117166</guid>
		<description>Thanks Antii!  I just got Flash CS4 and it compiled without a hitch!  Yes, I`m doing all my work in the Flash IDE, but it`s what I`m used too!

Awesome stuff!</description>
		<content:encoded><![CDATA[<p>Thanks Antii!  I just got Flash CS4 and it compiled without a hitch!  Yes, I`m doing all my work in the Flash IDE, but it`s what I`m used too!</p>
<p>Awesome stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antti</title>
		<link>http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/comment-page-1/#comment-116780</link>
		<dc:creator>Antti</dc:creator>
		<pubDate>Wed, 23 Dec 2009 20:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/?p=136#comment-116780</guid>
		<description>Martial: It was built to play one sound only. It could definitely be optimized to do multiple sounds (all filtered) if you wanted to. Having identical filters for all would be easiest

Matt: You&#039;ll need to compile with the Flex SDK 4. Vector is a new datatype added in Flash player 10.

ziggomatic: Justice - New Jack</description>
		<content:encoded><![CDATA[<p>Martial: It was built to play one sound only. It could definitely be optimized to do multiple sounds (all filtered) if you wanted to. Having identical filters for all would be easiest</p>
<p>Matt: You&#8217;ll need to compile with the Flex SDK 4. Vector is a new datatype added in Flash player 10.</p>
<p>ziggomatic: Justice &#8211; New Jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ziggomatic</title>
		<link>http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/comment-page-1/#comment-116769</link>
		<dc:creator>ziggomatic</dc:creator>
		<pubDate>Wed, 23 Dec 2009 13:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/?p=136#comment-116769</guid>
		<description>awesome work! 

could you please tell me the name of the artist of the song you use in 
this demo?</description>
		<content:encoded><![CDATA[<p>awesome work! </p>
<p>could you please tell me the name of the artist of the song you use in<br />
this demo?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
