NEWS for veteran WSoundServer users ----------------------------------- -- 0.4.0 Added support for the 4 new SoundEvents Window Maker now generates: Dock, UnDock, Kaboom, Shutdown. Also added the ability to change the volume of the audiofiles being played by the soundserver itself. This feature is only actually working on those platforms using audio_voxware. -- 0.2.1 Finaly there is a new "release" of libaudiofile 0.1.9 that i can depend on instead of the latest bleeding edge CVS-version. Added some new code to disable the "could not open audio device" warnings after sounds has been played successfully once. The fact that the audio device could not be opened in that case means that apparently the device is being locked by another application. -- 0.2.0 Major Memory Leak fixed in the audio-playback functions. The audio-buffer was created but not freed anymore resulting in a 8kB additional memory consumption on every sound played. -- 0.1.2 Apparently Libaudiofile has reverted the functionality described below. I think this menas you Could use "normal non-CVS" libaudiofile now ... but I kinda lost track ... so your best bet probably still is with the CVS-tree, which is available through GNOME-CVS -- 0.1.1 Because of some CVS-libaudiofile changes I had to rework some of the audio playing code. Libaudiofile now by default returns all (8-bit) audio as signed instead of the usual unsigned .. which required me to "reconvert" the audio data back to unsigned in case your audio device doesn't support playing such audio data (like my GUS MAX) This means You need CVS-libaudiofile now -- 0.1.0 First Actual (Usable) Public Release