Reply to comment

user warning: Unknown column 'i18n.language' in 'where clause' query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta LEFT JOIN i18n_blocks i18n ON (b.module = i18n.module AND b.delta = i18n.delta) WHERE (i18n.language ='en' OR i18n.language ='' OR i18n.language IS NULL) AND ( b.theme = 'garland' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) )ORDER BY b.region, b.weight, b.module in /var/alternc/html/o/orangeseeds/usr/drupal-6/modules/block/block.module on line 456.

Glade: an audio library for Arduino

As part of the Talkoo workshop organized by iMAL and given by David Cuartielles, I developed a library for audio rendering and processing under the Arduino. The library is under development and a first version is available at:
http://code.google.com/p/glade/

The code uses an example from Michael Smith, available at
http://www.arduino.cc/playground/Code/PCMAudio

The library currently allows to write to a mono buffer and play the sound to 8000Hz. It includes a dataflow engine that can connect plugins (sources, effects, outputs).

Reply

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.