Audio in the Web

2012/10/17 – No Comments

OK, I must admit my “Audio in the Web” series wasn’t really going anywhere. But to conclude the series: Use Web Audio API. It’s awesome!

I’ve started doing my own experiments with it and I’m gonna collect all of them in my Web Audio API Prototype Collection. So check it out if you’re curious!

Audio in the Web 02: The Past and Forgotten

2012/05/28 – No Comments

Overview of all parts of the Audio in the Web series.

Throughout the history of the world wide web many techniques were conceived and used to add audio to a web site. Some of them only allowed web designers to embed static audio files into their sites, a very questionable practice if it’s used as a background track. Some of these techniques have practically already died out along with the infamous <marquee> and <blink> HTML tag.

(more…)

Audio in the Web 01: Introduction

2012/05/21 – No Comments

We use audio in a web browser all the time, listening to songs on YouTube or reacting to a sound in a flash game. But upcoming (and to some extent already available) techniques promise more: Interactive, dynamic audio with signal processing and even access to the sample level. Especially the last feature allows for more than traditional audio programming environments, such as Max/MSP or SuperCollider, can offer: Basically you could implement any audio application (or at least any DSP algorithm). Or maybe not?

(more…)

Prix Ars Electronica 2012 – Honorary Mention

2012/05/08 – No Comments

I’m proud to announce, that my live coding band Benoît and the Mandelbrots has received a Honorary Mention at Prix Ars Electronica 2012.

Nothing more to say here ;-)

SuperCollider Symposium 2012

2012/04/20 – No Comments

Last week I was in London for the SuperCollider Symposium. It was a great time with lots of input and good music. I also played there with Benoît and the Mandelbrots and we presented BenoitLib. I’m still thinking about some talks, and I thought that i might also blog about them.

(more…)

New Site!

2012/02/05 – No Comments

Hi there,

after abandoning my old blog I decided to give this site a reboot. I don’t think I will blog regulary, but I try to keep my list of projects up to date.

Still a lot of work to do (documenting projects for example) but at least the page has a working Game of Life in the background (global for all users, each page reload does a new generation – sometimes it’s reset to a random state).

There are also missing some fallbacks for old browsers that don’t support the canvas element well. Opera seems to be broken too, mhh …