<?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; sound</title>
	<atom:link href="http://dev.enekoalonso.com/tag/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.enekoalonso.com</link>
	<description>having fun with code</description>
	<lastBuildDate>Sat, 31 Jul 2010 05:51:28 +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>April 28, 2010 -- <a href="http://dev.enekoalonso.com/2010/04/28/mooml-1-2-3-bye-bye-with/" title="Mooml 1.2.3 &#8211; Bye, bye, with()">Mooml 1.2.3 &#8211; Bye, bye, with()</a> (0)</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> (4)</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)April 28, 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>April 28, 2010 -- <a href="http://dev.enekoalonso.com/2010/04/28/mooml-1-2-3-bye-bye-with/" title="Mooml 1.2.3 &#8211; Bye, bye, with()">Mooml 1.2.3 &#8211; Bye, bye, with()</a> (0)</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>
		<item>
		<title>Particle Balls demo, now with sound!</title>
		<link>http://dev.enekoalonso.com/2008/12/20/particle-balls-demo-now-with-sound/</link>
		<comments>http://dev.enekoalonso.com/2008/12/20/particle-balls-demo-now-with-sound/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 06:34:29 +0000</pubDate>
		<dc:creator>Eneko Alonso</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[moosound]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=175</guid>
		<description><![CDATA[Last week I read about the SoundManager2 javascript/flash library to manage sounds on websites (I found SoundManager2 while reading about MooSound, a sound management library based in Mootools that I haven&#8217;t tried yet.). The library looks very nice. It is pretty small but at the same time it gives you a lot of control on [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I read about the SoundManager2 javascript/flash library to manage sounds on websites (<a href="http://www.webresourcesdepot.com/manage-flash-sounds-via-mootools-moosound/">I found SoundManager2 while reading about MooSound</a>, a sound management library based in Mootools that I haven&#8217;t tried yet.). The library looks very nice. It is pretty small but at the same time it gives you a lot of control on sound playing. You can change the position of the sound while playing, adjust the stereo pan from left to right and much more. </p>
<p>Today I wanted to test this library and I decided to add some sounds to my Particle-Balls demo. Every time a ball hits a wall, a sound plays. To make it more fun, I use the X coordinate of the ball to adjust the pan, so if the ball is closest to he left border the sound will play on the left speaker and same with the right border/speaker. The pan can be adjusted gradually from -100 to 100 (left to right).</p>
<p><a href="http://dev.enekoalonso.com/research/particle-balls.php"><img src="http://dev.enekoalonso.com/wp-content/uploads/2008/12/picture-145-438x300.png" alt="Particle Balls" title="Particle Balls" width="438" height="300" class="aligncenter size-medium wp-image-183" /></a><br />
Check the demo here:<br />
<a href="http://dev.enekoalonso.com/research/particle-balls.php">http://dev.enekoalonso.com/research/particle-balls.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>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>April 28, 2010 -- <a href="http://dev.enekoalonso.com/2010/04/28/mooml-1-2-3-bye-bye-with/" title="Mooml 1.2.3 &#8211; Bye, bye, with()">Mooml 1.2.3 &#8211; Bye, bye, with()</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://dev.enekoalonso.com/2008/12/20/particle-balls-demo-now-with-sound/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
