<?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: Amazing Audio Sampling in JavaScript with Firefox</title>
	<atom:link href="http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: rdyson</title>
		<link>http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox/comment-page-1#comment-277742</link>
		<dc:creator>rdyson</dc:creator>
		<pubDate>Fri, 08 Jan 2010 17:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8394#comment-277742</guid>
		<description>This is awesome!!</description>
		<content:encoded><![CDATA[<p>This is awesome!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iliad</title>
		<link>http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox/comment-page-1#comment-277723</link>
		<dc:creator>iliad</dc:creator>
		<pubDate>Fri, 08 Jan 2010 07:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8394#comment-277723</guid>
		<description>Truly mind-blowing stuff. Some really incredible work guys.</description>
		<content:encoded><![CDATA[<p>Truly mind-blowing stuff. Some really incredible work guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bfirsh</title>
		<link>http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox/comment-page-1#comment-277718</link>
		<dc:creator>bfirsh</dc:creator>
		<pubDate>Thu, 07 Jan 2010 20:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8394#comment-277718</guid>
		<description>I&#039;ve just added dynamically generated audio to JSNES which might be of interest:

http://benfirshman.com/projects/jsnes/

And as a side effect, and audio player:

http://benfirshman.com/projects/jstunes/

As soon as you can write samples to  elements, I guess the Flash interface can be swapped out with that.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just added dynamically generated audio to JSNES which might be of interest:</p>
<p><a href="http://benfirshman.com/projects/jsnes/" rel="nofollow">http://benfirshman.com/projects/jsnes/</a></p>
<p>And as a side effect, and audio player:</p>
<p><a href="http://benfirshman.com/projects/jstunes/" rel="nofollow">http://benfirshman.com/projects/jstunes/</a></p>
<p>As soon as you can write samples to  elements, I guess the Flash interface can be swapped out with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corbanbrook</title>
		<link>http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox/comment-page-1#comment-277715</link>
		<dc:creator>corbanbrook</dc:creator>
		<pubDate>Thu, 07 Jan 2010 18:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8394#comment-277715</guid>
		<description>@p01:

The demo in the video is running an FFT (implemted in js) on a 2048 sample buffer. I was surprised to see that js could handle this in realtime.

David Humphrey&#039;s latest patch (which we are currently testing) implements the FFT in C++ within Firefox and reveals the spectrum data to js. The hope is that this frees up more cycles for animation/other calculations on the js side.

We are currently discussing which features we would like added to the API. If you would like to join in on the discussion, we hang out in #processing.js / irc.mozilla.org</description>
		<content:encoded><![CDATA[<p>@p01:</p>
<p>The demo in the video is running an FFT (implemted in js) on a 2048 sample buffer. I was surprised to see that js could handle this in realtime.</p>
<p>David Humphrey&#8217;s latest patch (which we are currently testing) implements the FFT in C++ within Firefox and reveals the spectrum data to js. The hope is that this frees up more cycles for animation/other calculations on the js side.</p>
<p>We are currently discussing which features we would like added to the API. If you would like to join in on the discussion, we hang out in #processing.js / irc.mozilla.org</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schill</title>
		<link>http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox/comment-page-1#comment-277712</link>
		<dc:creator>Schill</dc:creator>
		<pubDate>Thu, 07 Jan 2010 16:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8394#comment-277712</guid>
		<description>Very glad to see this; Flash has had a form of spectrum/eq data access via SoundMixer.computeSpectrum() in Flash 9, and Flash 10 introduced &quot;raw&quot; waveform access, plus the ability to create sound on the fly from code (and manipulate live playback by feeding data into the sound buffer.)
&#160;
I&#039;m a bit surprised Flash didn&#039;t have this stuff say, eight years ago, but in any event it&#039;s good to see they see the value in it. I&#039;ve been looking forward to native audio in the browser for a long time (so eventually I can drop &lt;a href=&quot;http://www.schillmania.com/projects/soundmanager2/&quot; rel=&quot;nofollow&quot;&gt;SoundManager 2&lt;/a&gt;, which uses Flash under the hood. :D) Being able to get and/or manipulate the sound data opens tons of creative possibilities when used with canvas, etc.</description>
		<content:encoded><![CDATA[<p>Very glad to see this; Flash has had a form of spectrum/eq data access via SoundMixer.computeSpectrum() in Flash 9, and Flash 10 introduced &#8220;raw&#8221; waveform access, plus the ability to create sound on the fly from code (and manipulate live playback by feeding data into the sound buffer.)<br />
&nbsp;<br />
I&#8217;m a bit surprised Flash didn&#8217;t have this stuff say, eight years ago, but in any event it&#8217;s good to see they see the value in it. I&#8217;ve been looking forward to native audio in the browser for a long time (so eventually I can drop <a href="http://www.schillmania.com/projects/soundmanager2/" rel="nofollow">SoundManager 2</a>, which uses Flash under the hood. :D) Being able to get and/or manipulate the sound data opens tons of creative possibilities when used with canvas, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p01</title>
		<link>http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox/comment-page-1#comment-277711</link>
		<dc:creator>p01</dc:creator>
		<pubDate>Thu, 07 Jan 2010 15:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8394#comment-277711</guid>
		<description>This patch does &lt;i&gt;not&lt;/i&gt; expose spectrum data but the raw audio data.

While it&#039;s nice to see that it is possible to process an FFT in JS in realtime, I strongly believe that it should be part of the Audio and Video APIs.</description>
		<content:encoded><![CDATA[<p>This patch does <i>not</i> expose spectrum data but the raw audio data.</p>
<p>While it&#8217;s nice to see that it is possible to process an FFT in JS in realtime, I strongly believe that it should be part of the Audio and Video APIs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rasmusfl0e</title>
		<link>http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox/comment-page-1#comment-277708</link>
		<dc:creator>rasmusfl0e</dc:creator>
		<pubDate>Thu, 07 Jan 2010 14:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8394#comment-277708</guid>
		<description>Getting spectrum data from audio is actually the only reason I&#039;ve used flash recently. If this makes it into FF (and/or other good browsers) I&#039;ll be looking at many many hours of fun with canvas/audio ;D</description>
		<content:encoded><![CDATA[<p>Getting spectrum data from audio is actually the only reason I&#8217;ve used flash recently. If this makes it into FF (and/or other good browsers) I&#8217;ll be looking at many many hours of fun with canvas/audio ;D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: McDaid</title>
		<link>http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox/comment-page-1#comment-277707</link>
		<dc:creator>McDaid</dc:creator>
		<pubDate>Thu, 07 Jan 2010 13:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8394#comment-277707</guid>
		<description>Hey that is really incredible, great work and like the tune too.</description>
		<content:encoded><![CDATA[<p>Hey that is really incredible, great work and like the tune too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabel</title>
		<link>http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox/comment-page-1#comment-277706</link>
		<dc:creator>gabel</dc:creator>
		<pubDate>Thu, 07 Jan 2010 12:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8394#comment-277706</guid>
		<description>Amazing! Really hope Mozilla will include the patch it into a future version of FF.</description>
		<content:encoded><![CDATA[<p>Amazing! Really hope Mozilla will include the patch it into a future version of FF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BenGerrissen</title>
		<link>http://ajaxian.com/archives/amazing-audio-sampling-in-javascript-with-firefox/comment-page-1#comment-277705</link>
		<dc:creator>BenGerrissen</dc:creator>
		<pubDate>Thu, 07 Jan 2010 11:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8394#comment-277705</guid>
		<description>I bow down in awe! Another ground breaking web innovation!</description>
		<content:encoded><![CDATA[<p>I bow down in awe! Another ground breaking web innovation!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

