<?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>André Anaya &#187; sound</title>
	<atom:link href="http://blog.andreanaya.com/lang/en/tag/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.andreanaya.com</link>
	<description>Technology and interactive media</description>
	<lastBuildDate>Tue, 26 Jan 2010 17:59:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dynamic Sound &#8211; Part 2</title>
		<link>http://blog.andreanaya.com/lang/en/2009/05/dynamic-sound-part-2</link>
		<comments>http://blog.andreanaya.com/lang/en/2009/05/dynamic-sound-part-2#comments</comments>
		<pubDate>Wed, 06 May 2009 16:36:22 +0000</pubDate>
		<dc:creator>Anaya</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://blog.andreanaya.com/?p=364</guid>
		<description><![CDATA[Last post I started with the basic of dynamic sound in flash. Now we will do something more pratical with what we saw. We will create a piano that play notes by clicking or pressing keys.
I will not spend time creating the piano, so you can download it here.











OK, starting here, we need to create [...]]]></description>
		<wfw:commentRss>http://blog.andreanaya.com/lang/en/2009/05/dynamic-sound-part-2/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dynamic Sound &#8211; Part 1</title>
		<link>http://blog.andreanaya.com/lang/en/2009/04/dynamic-sound-part-1</link>
		<comments>http://blog.andreanaya.com/lang/en/2009/04/dynamic-sound-part-1#comments</comments>
		<pubDate>Mon, 27 Apr 2009 15:03:37 +0000</pubDate>
		<dc:creator>Anaya</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://blog.andreanaya.com/?p=303</guid>
		<description><![CDATA[I spent the last couple weeks working on a project involving sound. Unfortunatly I can&#8217;t show it yet, but my goal was to play a bunch of musical notes at the same time in a especific interval. The first thing I tried to do was load a lot of samples and play then when I [...]]]></description>
		<wfw:commentRss>http://blog.andreanaya.com/lang/en/2009/04/dynamic-sound-part-1/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Soundcard check</title>
		<link>http://blog.andreanaya.com/lang/en/2008/09/soundcard-check</link>
		<comments>http://blog.andreanaya.com/lang/en/2008/09/soundcard-check#comments</comments>
		<pubDate>Tue, 16 Sep 2008 23:32:23 +0000</pubDate>
		<dc:creator>Anaya</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.blog.andreanaya.com/?p=7</guid>
		<description><![CDATA[
To check if the soundcard is available, test if the SoundChannel class is not null

var sound:Sound = new Sound&#40;&#41;;
var channel:SoundChannel = sound.play&#40;&#41;;
&#160;
if&#40;channel != null&#41;&#123;
    trace&#40;&#34;Soundcard available&#34;&#41;;
&#125;else&#123;
    trace&#40;&#34;Soundcard not available&#34;&#41;;
&#125;

]]></description>
		<wfw:commentRss>http://blog.andreanaya.com/lang/en/2008/09/soundcard-check/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
