Currently supported formats:
============================
  S1000, S01, S2000 and S3000 series are supported.
  Let me know if there is demand for other formats too!

Compiling:
==========
 - a simple 'make' will compile the library and the demo application
 - put a Akai disc in you CDROM and run
   'examples/DeviceAccessTest/devaccesstest' to test the library, which will
   list you the contents of the disk and let you extract the samples to HD
 - the demo app will try to access /dev/cdrom, so create a symlink or adjust
   the code in 'examples/DeviceAccessTest/DeviceAccessTest.cpp' if you don't
   have it
 - you will need libaudiofile and it's header files installed to use the
   sample extraction in the demo app (I used libaudiofile 0.2.3)
 - the extraction process will create a directory /tmp/akai and will put all
   wav files in there, if you don't have enough space on /tmp you can create
   a symlink /tmp/akai pointing to wherever you want
 - 'make clean' to clean up
 - 'make libakai' if you want to compile the library without the demo app

 Christian Schoenebeck <cuse@users.sourceforge.net>
