<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dev.enekoalonso.com &#187; soundmanager2</title>
	<atom:link href="http://dev.enekoalonso.com/tag/soundmanager2/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.enekoalonso.com</link>
	<description>having fun with code</description>
	<lastBuildDate>Wed, 12 Oct 2011 21:40:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Synchronizing sounds (or trying to&#8230;)</title>
		<link>http://dev.enekoalonso.com/2009/04/10/synchronizing-sounds-or-trying-to/</link>
		<comments>http://dev.enekoalonso.com/2009/04/10/synchronizing-sounds-or-trying-to/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 15:22:10 +0000</pubDate>
		<dc:creator>Eneko Alonso</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[fade]]></category>
		<category><![CDATA[fx]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[soundmanager2]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[synchronize]]></category>

		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=311</guid>
		<description><![CDATA[The purpose of this demo is to test and see how possible is to synchronize sounds with DOM effects while being played in different threads or timers. It looks like, while synchronizing sounds with DOM effects is quite simple and works fine, sounds played by different threads or timers get out of sync after a [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this demo is to test and see how possible is to synchronize sounds with DOM effects while being played in different threads or timers. It looks like, while synchronizing sounds with DOM effects is quite simple and works fine, sounds played by different threads or timers get out of sync after a while.</p>
<p><a href="http://enekoalonso.com/research/sounds.php"><img src="http://dev.enekoalonso.com/wp-content/uploads/2009/04/picture-168-418x300.png" alt="Sounds demo" title="Sounds demo" width="418" height="300" class="aligncenter size-medium wp-image-313" /></a><br />
See the <a href="http://enekoalonso.com/research/sounds.php">demo in action</a>.</p>
<p>Next step: build a sound controller class that can play sounds at some intervals, delays, etc</p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li>December 26, 2008 -- <a href="http://dev.enekoalonso.com/2008/12/26/forest-demo-was-grass/" title="Forest demo (was Grass)">Forest demo (was Grass)</a> (0)</li><li>December 23, 2008 -- <a href="http://dev.enekoalonso.com/2008/12/23/grass-demo-background-sounds/" title="Grass demo: background sounds">Grass demo: background sounds</a> (0)</li><li>December 20, 2008 -- <a href="http://dev.enekoalonso.com/2008/12/20/particle-balls-demo-now-with-sound/" title="Particle Balls demo, now with sound!">Particle Balls demo, now with sound!</a> (3)</li><li>October 5, 2010 -- <a href="http://dev.enekoalonso.com/2010/10/05/javascript-console-in-the-terminal-command-line/" title="Javascript console in the terminal (command line)">Javascript console in the terminal (command line)</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://dev.enekoalonso.com/2009/04/10/synchronizing-sounds-or-trying-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forest demo (was Grass)</title>
		<link>http://dev.enekoalonso.com/2008/12/26/forest-demo-was-grass/</link>
		<comments>http://dev.enekoalonso.com/2008/12/26/forest-demo-was-grass/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 23:45:56 +0000</pubDate>
		<dc:creator>Eneko Alonso</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[soundmanager2]]></category>

		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=214</guid>
		<description><![CDATA[I have updated the Grass demo and renamed it to Forest, which I think is a more appropriate environment for the sounds I used. I have done some fixes to the rain loop and I have added some light animations. Related Posts:December 23, 2008 -- Grass demo: background sounds (0)April 10, 2009 -- Synchronizing sounds [...]]]></description>
			<content:encoded><![CDATA[<p>I have updated the <a href="http://dev.enekoalonso.com/2008/12/23/grass-demo-background-sounds/">Grass demo</a> and renamed it to Forest, which I think is a more appropriate environment for the sounds I used. I have done some fixes to the rain loop and I have added some light animations.<br />
<a href="http://dev.enekoalonso.com/research/forest.php"><img src="http://dev.enekoalonso.com/wp-content/uploads/2008/12/picture-149-471x300.png" alt="Magic Forest demo" title="Magic Forest demo" width="471" height="300" class="aligncenter size-medium wp-image-215" /></a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li>December 23, 2008 -- <a href="http://dev.enekoalonso.com/2008/12/23/grass-demo-background-sounds/" title="Grass demo: background sounds">Grass demo: background sounds</a> (0)</li><li>April 10, 2009 -- <a href="http://dev.enekoalonso.com/2009/04/10/synchronizing-sounds-or-trying-to/" title="Synchronizing sounds (or trying to&#8230;)">Synchronizing sounds (or trying to&#8230;)</a> (0)</li><li>December 20, 2008 -- <a href="http://dev.enekoalonso.com/2008/12/20/particle-balls-demo-now-with-sound/" title="Particle Balls demo, now with sound!">Particle Balls demo, now with sound!</a> (3)</li><li>January 18, 2009 -- <a href="http://dev.enekoalonso.com/2009/01/18/spinning-color-wheel-mootools-raphael-svg/" title="Spinning Color Wheel: Mootools + Raphael + SVG">Spinning Color Wheel: Mootools + Raphael + SVG</a> (7)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://dev.enekoalonso.com/2008/12/26/forest-demo-was-grass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grass demo: background sounds</title>
		<link>http://dev.enekoalonso.com/2008/12/23/grass-demo-background-sounds/</link>
		<comments>http://dev.enekoalonso.com/2008/12/23/grass-demo-background-sounds/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 07:07:01 +0000</pubDate>
		<dc:creator>Eneko Alonso</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[ambience]]></category>
		<category><![CDATA[ambient]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[soundmanager2]]></category>

		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=178</guid>
		<description><![CDATA[Grass is an example of how to create an environment with multiple sounds playing in the background at random intervals. See the demo: http://dev.enekoalonso.com/research/grass.php Related Posts:December 26, 2008 -- Forest demo (was Grass) (0)April 10, 2009 -- Synchronizing sounds (or trying to&#8230;) (0)December 20, 2008 -- Particle Balls demo, now with sound! (3)October 5, 2010 [...]]]></description>
			<content:encoded><![CDATA[<p>Grass is an example of how to create an environment with multiple sounds playing in the background at random intervals.<br />
<a href="http://dev.enekoalonso.com/research/grass.php"><img src="http://dev.enekoalonso.com/wp-content/uploads/2008/12/picture-148-471x300.png" alt="Grass Demo" title="Grass Demo" width="471" height="300" class="aligncenter size-medium wp-image-181" /></a><br />
See the demo:<br />
<a href="http://dev.enekoalonso.com/research/grass.php">http://dev.enekoalonso.com/research/grass.php</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li>December 26, 2008 -- <a href="http://dev.enekoalonso.com/2008/12/26/forest-demo-was-grass/" title="Forest demo (was Grass)">Forest demo (was Grass)</a> (0)</li><li>April 10, 2009 -- <a href="http://dev.enekoalonso.com/2009/04/10/synchronizing-sounds-or-trying-to/" title="Synchronizing sounds (or trying to&#8230;)">Synchronizing sounds (or trying to&#8230;)</a> (0)</li><li>December 20, 2008 -- <a href="http://dev.enekoalonso.com/2008/12/20/particle-balls-demo-now-with-sound/" title="Particle Balls demo, now with sound!">Particle Balls demo, now with sound!</a> (3)</li><li>October 5, 2010 -- <a href="http://dev.enekoalonso.com/2010/10/05/javascript-console-in-the-terminal-command-line/" title="Javascript console in the terminal (command line)">Javascript console in the terminal (command line)</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://dev.enekoalonso.com/2008/12/23/grass-demo-background-sounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

