Pengiun Sap v0.1
----------------

This is just something that I hacked together in a day so taht I could listen
to SAPs without that piece of shit known as wine.  So, here it is ;)

It's pretty bare bones right now... it'll be improved soon.  This is just 
an hour of coding in order to play things, not a work of art :)

Credits
-------

The actual sap play is by SoTe/Slight.  I didn't write that.  I only wrote the
little piece of glue that makes linux use it :P.

Contact
-------

Email: jaymz@dspaudio.com.
AIM: A Life in Hell
MSN: a_life_in_hell@hotmail.com
Yahoo: alifeinhell
ICQ: 6784369

Usage
-----

./sap [-m] [-8] [-v] [-oN] filename,.sap

	-m  : Mono audio output (Default is stereo)
	-8  : 8 bit audio output (Default is 16 bit)
	-v  : Verbose output
	-oN : Play song number N (so, -o2 for the second song in the sap)

How to build
------------

The thing to note, is the default makefile is set up to optimize for a p2/p3,
because that is the system I have.  You don't have my system, so your milage
with the defaults me vary... particularly, I don't know how an athlon
deals with the defaults

If you have a pentium 2 or higher system, the default config is right for
you - just type:

make depend 
make

and you're set.  For lower end systems, you need to modify build.inc first, 
and on line 15, change 'pentiumpro' to 'pentium' or something else.

if you look at the top of the file (build.inc), you'll see "COMPILER=gcc" and 
"MODE=optimize".  change mode to "debug" for debugging, or "profile" for 
profiling.  COMPILER can be set to pgi if you have the portland groups pgcc
compiler installed.  Most people don't... you'll know if you do ;)

