1Fix volume levels of expansion sound chips, and see if their DACs exhibit
2any non-linearity.  Also implement a global volume-lowering effect for
3all expansion sound chips(they have a resistor across the audio in and audio
4out)...
5
6Console: Pause audio until the output buffer is full, and then begin playing.  The SDL SexyAL driver does this
7	 automatically.
8
9Add support for 64-bit floating point with the JACK output code.  Fix JACK code to support stereo(IMPORTANT!).
10
11Improve volume level calculation in the TG16/PCE emulation code(if it's even broken).
12
13Correct shared library support in the autoconf/automake scripts for xmms/BMP.
14
15
16SexyAL: Better(dynamic) latency reporting.
17
18	Finish the Sound Blaster code.
19
20	Add OSX CoreAudio code.  This is a lower priority now that the SDL code is working, but it's still important.
21
22	Implement pause and clear functionality with all drivers.
23