The sound of a Tweet
Uses javascript to fetch the latest tweet for the username supplied. Uses more javascript based on code from sk89q to generate a wav file in the browser.
The wav is 1.4 seconds long, made up of tones derived from the first 140 characters in the tweet text. The wav is dynamically attached to the HTML5 audio element as a base64 data URI. This part works in Safari, Opera and Firefox but not Chrome.