Pages
-
Recent Posts
-
Recent Comments
- Introducing Maker Party 2013. Join the open online course. Building Webmaker 2.0. | openmatt on Thought experiment: letting git normalize whitespace
- Lonnen on Thought experiment: letting git normalize whitespace
- CAFxX on Thought experiment: letting git normalize whitespace
- Simon on Thought experiment: letting git normalize whitespace
- Jesper Kristensen on Thought experiment: letting git normalize whitespace
Categories
- Baking
- CDOT
- Come on!
- Critics
- Digital Swag
- DPS909
- DXR
- Experiments with audio
- family
- Food
- FSOSS
- Home School
- Idea Factory
- Implementing Mouse Lock
- Implementing WebVTT
- Introversion
- MoFoDev
- Mozilla
- Mozilla Education
- Nature
- Processing.js
- Reading
- Seneca
- Teaching Open Source
- Uncategorized
- VncSharp
- Web Made Movies
- Webmaker
- Wireless
Archives
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
Category Archives: Experiments with audio
Experiments with audio, part VII
I’m working with a group of web and Mozilla developers, along with some talented audiophiles, on a project to expose audio spectrum data to JavaScript from Firefox’s audio and video elements. Today we teach the browser how to sing.
Our experiments to expose audio data to JavaScript have really started to get exciting. Since I [...]
Also posted in CDOT, Mozilla, Mozilla Education, Seneca, Teaching Open Source Comments closed
Experiments with audio, part VI
For the past month I’ve been working with some audiophile friends on a project to try and expose audio spectrum data to JavaScript from Firefox’s audio element. Today I finally have something more than raw numbers to show off.
When I last wrote about our experiments with the <audio> element in part V, I had successfully [...]
Also posted in CDOT, Mozilla, Mozilla Education, Seneca, Teaching Open Source Comments closed
Experiments with audio, part V
I’m working on a project to try and expose audio spectrum data from Firefox’s audio element. Today I ponder arrays and fix some things.
Today is my last day of work before the Christmas break begins, and I just submitted my final grades. This gave me a little bit of time to rewrite some of my [...]
Also posted in CDOT, Mozilla Education, Seneca, Teaching Open Source Comments closed
Experiments with audio, part IV
I’m working on a project to try and expose audio spectrum data from Firefox’s audio element. Today I get raw data into the browser.
This blog post was going to be very different than the one you see now. That’s because our DOM code kicked my ass all day yesterday and into the night. I stopped [...]
Also posted in CDOT, Mozilla Education, Seneca, Teaching Open Source Comments closed
Experiments with audio, part III
I’m working on a project to try and expose audio spectrum data from Firefox’s audio element. Today I add a new event to the audio element.
Last time I wrote that “I’m going to have to get this wrong before I get it right.” So here goes some “wrong that feels right.” Having located the proper [...]
Also posted in CDOT, Mozilla Education, Seneca, Teaching Open Source Comments closed
Experiments with audio, part II.I
I’m working on a project to try and expose audio spectrum data from Firefox’s audio element. Today I give an update on yesterday’s progress, since there are pretty pictures, and then ask some questions.
Yesterday I wrote about our first steps to find and extract audio spectrum data from the <audio> element. At the end of [...]
Also posted in CDOT, Mozilla Education, Seneca, Teaching Open Source Comments closed
Experiments with audio, part II
I’m working on a project to try and expose audio spectrum data from Firefox’s audio element. Today I document some of my background research and initial first steps at locating this data.
The <audio> element is part of the html5 spec, and you can already use it in Firefox 3.5 and above. Here’s a page that [...]
Also posted in CDOT, Mozilla Education, Seneca, Teaching Open Source Comments closed
Experiments with audio, part I
This post marks the beginning of what I expect to be a somewhat regular series of posts in which I will document my thinking, learning, and progress related to some Firefox development. I say “Experiments” above, because I am going to try a number of things. First, I’m going to push into a part of [...]
Also posted in CDOT, Mozilla Education, Seneca, Teaching Open Source Comments closed
Experiments with audio, part VIII