Newsflash - this was first written in 2000 and based on a Java Applet. In 2015, I reimplemented it as a Javascript web application using the web audio API.
Run the new web audio API version!

yee-king home  : run the applet

abstract  : introduction  : inspiration  : implementation  : conclustion  : references

Abstract

 

AudioServe is a system based on principles used in evolutionary and adaptive systems research that allows users to evolve interesting and novel sounds in real time. The sounds are of the abstract variety " they are highly modulated waveforms varying from gentle soundscapes to aggressive rhythmic noises. The system employs a GA with a distributed population model where transient, small local island populations evolve and share sounds via a persistent central population. The sounds are generated from interconnected modules in virtual frequency and amplitude modulation (FM/AM) circuits. FM/AM circuits generate complex waveforms by combining several simpler waveforms. Explicitly, one simple waveform can be used to modulate the frequency or amplitude of another simple waveform to produce a more complex output. The variable size genomes encode parameters for modules in these variable architecture circuits such as their connection forming behaviour and what type of module they are. The circuits evolve by mutation of their genomes so the sounds the circuits make are heard to gradually change through progressive generations. The system is presented to the user as a Java applet embedded in a web page. The distributed evolution is achieved by means of a web accessible database server that receives, stores and transmits sounds to the Java applet client programs. Steps have been taken to ensure a smooth fitness landscape where the user feels they have some control over the evolution of their population. The genetic encoding is robust in that it always decodes to a valid circuit; the mutation function has an implicit conservative dynamic where locus values are unlikely to oscillate from one extreme to another, rather they change gradually; the user can control the mutation rate so they decide how far to travel in the search space with each round of mutations.

The program is a development of previous work with evolving FM/AM circuits and it represents a fusion of several concepts from evolutionary and adaptive systems research. It is hoped that it will provide a platform for further work and in this respect it has been programmed in a modular fashion where different parts of the system can be swapped for variants. User feedback and experience gained from carrying out the project has provided plenty of topics for further study. AudioServe has been successfully implemented and is on line at the time of writing and for the foreseeable future.