ZAngbandTk Sound System
======================

There are 2 DLL files which allow ZAngbandTk to make noise. One
of the DLL's contains a slightly changed version of Microsoft's
WaveMix DLL. This is a very high-latency (sloooow) noisemaker
which plays sounds at 11KHz only. This DLL is not used by default,
and is called "sound-wavemix.dll".

The other DLL uses Microsoft's DirectSound technology (part of
DirectX) to make noise. It is very low-latency (fast) and plays
sounds at whatever frequency they were recorded at. This DLL is
used by default, and is called "sound.dll".

Both of these DLL's will only play PCM-style WAVE files.

Using WaveMix
=============

If you do not have DirectX 5 installed or do not want to use
DirectSound (I recommend you do use it) then remove or rename
"sound.dll", and then rename "sound-wavemix.dll" to "sound.dll"
like this:

	sound.dll (21k) --> rename or remove
	sound-wavemix.dll (46K) --> rename as "sound.dll"

I say DirectX 5, but an earlier version may possibly work as well.

=====

Tim Baker
Email: dbaker@direct.ca
October 27, 1998
