<?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>noCreativity.com &#187; SoundSpectrum</title>
	<atom:link href="http://nocreativity.com/blog/tag/soundspectrum/feed" rel="self" type="application/rss+xml" />
	<link>http://nocreativity.com</link>
	<description>The life and discoveries of a new media artist</description>
	<lastBuildDate>Sat, 07 Jan 2012 17:03:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Open Microphone pt 1</title>
		<link>http://nocreativity.com/blog/open-microphone-pt-1</link>
		<comments>http://nocreativity.com/blog/open-microphone-pt-1#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:10:04 +0000</pubDate>
		<dc:creator>Ronny</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[getMicrophone]]></category>
		<category><![CDATA[mic]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[mikerophone]]></category>
		<category><![CDATA[SoundAnalyzing]]></category>
		<category><![CDATA[SoundSpectrum]]></category>

		<guid isPermaLink="false">http://nocreativity.com/blog/?p=669</guid>
		<description><![CDATA[If you&#8217;ve come by here a few times you know I have been experimenting with computeSpectrum and webcam motion detection. At a given moment I wanted to combine the 2 of them in order to use voice commands in order to make stuff happen on the screen. That would be pretty badass, right? However I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-670 alignleft" title="mikerophone" src="http://nocreativity.com/blog-engine/wp-content/uploads/2009/09/mikerophone.jpg" alt="mikerophone" width="220" height="239" />If you&#8217;ve come by here a few times you know I have been experimenting with computeSpectrum and webcam motion detection. At a given moment I wanted to combine the 2 of them in order to use voice commands in order to make stuff happen on the screen. That would be pretty badass, right?</p>
<p>However I soon learned the microphone feed didn&#8217;t go through the SoundMixer of the Flash Player, therefor would would not be able to be analyzed. There was a workaround with FMS/RED5 and bouncing the stream off the server but that&#8217;s rather overkill (not to mention the lag). <span id="more-669"></span></p>
<p><strong>However&#8230;<br />
</strong>Mike Chambers and Lee Brimelow were in Paris the other day where they demoed/demo&#8217;ed/demo-ed (how the hell do you spell that word??) a few new features of the upcoming AIR release. If you don&#8217;t already know, you&#8217;ll probably have guessed it by now but (just to be crystal clear): The microphone is accesible for computeSpectrum in the AIR runtime. Check out <a href="http://theflashblog.com/?p=1426" target="_blank" target="_blank">the demo</a> on Lee&#8217;s blog <img src='http://nocreativity.com/blog-engine/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Lee stated on his blog he couldn&#8217;t talk about this feature being brought to the Flash Player, but I&#8217;m pretty confident Adobe will do so <img src='http://nocreativity.com/blog-engine/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Even though I&#8217;m not much of an AIR developer, I like the idea of having access to both microphone and camera&#8230; I can image a few cool applications using those features&#8230; <img src='http://nocreativity.com/blog-engine/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>By the way: If you don&#8217;t already know: there&#8217;s a great site with all kinds of intresting articles on the subject. If you&#8217;re interested, make sure to check it out: <a href="http://www.getmicrophone.com/" target="_blank" target="_blank">getMicrophone()</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nocreativity.com/blog/open-microphone-pt-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some more bitmapdata and soundSpectrum progress</title>
		<link>http://nocreativity.com/blog/some-more-bitmapdata-and-soundspectrum-progress</link>
		<comments>http://nocreativity.com/blog/some-more-bitmapdata-and-soundspectrum-progress#comments</comments>
		<pubDate>Sun, 30 Nov 2008 13:17:15 +0000</pubDate>
		<dc:creator>Ronny</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[bitmap]]></category>
		<category><![CDATA[Bitmapdata]]></category>
		<category><![CDATA[computeSpectrum]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Generative]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[Playr]]></category>
		<category><![CDATA[SoundMixer]]></category>
		<category><![CDATA[SoundSpectrum]]></category>
		<category><![CDATA[Visualization]]></category>
		<category><![CDATA[Visualizr]]></category>

		<guid isPermaLink="false">http://nocreativity.com/blog/?p=255</guid>
		<description><![CDATA[Today I found some time to mess around with bitmapdata and computeSpectrum again. I&#8217;ve been playing with this earlier, but didn&#8217;t quite get where I wanted to be. A few weeks ago I came up with a better way of rendering the soundTunnel. That resulted in some crazy cool shit, which I finished off today. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-30.jpg"><img class="aligncenter size-full wp-image-267" title="picture-30" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-30.jpg" alt="" width="500" height="297" /></a></p>
<p>Today I found some time to mess around with bitmapdata and computeSpectrum again. I&#8217;ve been playing with this earlier, but didn&#8217;t quite get where I wanted to be. A few weeks ago I came up with a better way of rendering the soundTunnel. That resulted in some crazy cool shit, which I finished off today.</p>
<p>I won&#8217;t go into technical details here (yet). I just wanted you guys to see the result.</p>
<p><strong>Demo</strong></p>
<p>Click <a href="http://labs.nocreativity.com/soundCoolness/Visualizr.html" target="_blank">here</a> <img src='http://nocreativity.com/blog-engine/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
And just to make sure it is actually reacting to the sound, try the following links too</p>
<ul>
<li>Song 1: <a href="http://labs.nocreativity.com/soundCoolness/Visualizr.html?s=1" target="_blank">Click</a></li>
<li>Song 2: <a href="http://labs.nocreativity.com/soundCoolness/Visualizr.html?s=2" target="_blank">Click</a></li>
<li>Song 3: <a href="http://labs.nocreativity.com/soundCoolness/Visualizr.html?s=3" target="_blank">Click</a> (default)<a href="http://labs.nocreativity.com/soundCoolness/Visualizr.html?s=1" target="_blank"><br />
</a></li>
<li>Song 4: <a href="http://labs.nocreativity.com/soundCoolness/Visualizr.html?s=4" target="_blank">Click</a></li>
<li>Song 5: <a href="http://labs.nocreativity.com/soundCoolness/Visualizr.html?s=5" target="_blank">Click</a></li>
</ul>
<p><strong>Controls</strong></p>
<ul>
<li>F: Go full screen</li>
<li>S: Freeze visualization</li>
<li>Click: Change color (happens automatically too)</li>
</ul>
<p><span id="more-255"></span></p>
<p><strong>Screenshots</strong></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-19.jpg"><img class="aligncenter size-full wp-image-256" title="picture-19" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-19.jpg" alt="" width="500" height="294" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-20.jpg"><img class="aligncenter size-full wp-image-257" title="picture-20" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-20.jpg" alt="" width="499" height="298" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-211.jpg"><img class="aligncenter size-full wp-image-258" title="picture-211" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-211.jpg" alt="" width="500" height="299" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-22.jpg"><img class="aligncenter size-full wp-image-259" title="picture-22" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-22.jpg" alt="" width="499" height="297" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-23.jpg"><img class="aligncenter size-full wp-image-260" title="picture-23" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-23.jpg" alt="" width="500" height="293" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-24.jpg"><img class="aligncenter size-full wp-image-261" title="picture-24" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-24.jpg" alt="" width="500" height="294" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-25.jpg"><img class="aligncenter size-full wp-image-262" title="picture-25" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-25.jpg" alt="" width="500" height="295" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-26.jpg"><img class="aligncenter size-full wp-image-263" title="picture-26" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-26.jpg" alt="" width="500" height="297" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-27.jpg"><img class="aligncenter size-full wp-image-264" title="picture-27" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-27.jpg" alt="" width="500" height="296" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-28.jpg"><img class="aligncenter size-full wp-image-265" title="picture-28" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-28.jpg" alt="" width="500" height="297" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-29.jpg"><img class="aligncenter size-full wp-image-266" title="picture-29" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-29.jpg" alt="" width="500" height="299" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-31.jpg"><img class="aligncenter size-full wp-image-268" title="picture-31" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-31.jpg" alt="" width="499" height="297" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-32.jpg"><img class="aligncenter size-full wp-image-269" title="picture-32" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-32.jpg" alt="" width="500" height="298" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-33.jpg"><img class="aligncenter size-full wp-image-270" title="picture-33" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-33.jpg" alt="" width="500" height="297" /></a></p>
<p><a href="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-34.jpg"><img class="aligncenter size-full wp-image-271" title="picture-34" src="http://nocreativity.com/blog-engine/wp-content/uploads/2008/11/picture-34.jpg" alt="" width="500" height="297" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nocreativity.com/blog/some-more-bitmapdata-and-soundspectrum-progress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

