Stuff in my head --
- Breed a psychoacoustic algorithm using evolutionary algorithms. Would
not be subject to patents unless God/Allah/Zeus wanted to put a patent on
evolution :)
- anyone having troubles with the old style C function names
eg void function(thing1, thing2)
int thing1;
float thing2;
insted of
void function(int thing1; float thing2)
One of the amiga compilers complains bitterly about it iirc.
- anyone had time to read the ISO docs yet? ;)
- priorities for my attention in lame
- fix memory bug
- put in a command-line byte-swapping switch
- reading from stdin
later
mike