     alwavlib - Wave file library for Allegro
     ----------------------------------------

alwavlib is a library for Allegro that allows the saving of wave files.

Currently you must use save_wav() for saving, since for some reason
register_sample_file_type() doesn't seem to be working. This means you can't
just do save_sample().

Place alwavlib.c and alwavlib.h in the source directory of your program, and put

#include "alwavlib.h"

in your includes section. Make sure you specify alwavlib.c as one of the files
to be compiled.

To run the test program, you will need to place a wave file called sample.wav in
the working directory, and then run the program 'test'. This is obtained by
running compile.sh.

alwavlib was written by James Stanley (james@stanley.homelinux.org,
jamesstanley@bluebottle.com if that is not working).

alwavlib is released freely with no restriction into the public domain.

My website is (at the time of writing - 1st of January 2008)
stanley.homelinux.org.
