I have used the XMMS OSS Output plugin as the basis for the audio in Linux
Hexen.  Currently the code is linked with Hexen but it would be a simple task
to convert the other XMMS Output plugins to work with Hexen and actually use
them as shared libraries since I have not changed the plugin interface
(struct OutputPlugin).


Changes from xmms-0.9.1:

Removed dependency on xmms, glib, and gtk.
  OutputPlugin.configure is highly UI dependant.
  OutputPlugin.about could return a string to become UI independent.
  Need application independant replacement for xmms_check_realtime_priority().
  I have set realtime to TRUE because Hexen has it's own audio thread.

Added OSSConfig.fragment_count (was NFRAGS define).

Joined all the files in the Output/OSS directory into the single file oss.c.
Renamed plugin.h to audio_plugin.h


- Karl Robillard (Sep 21, 1999)
