0.2
NEW:	- support for pc speaker driver
	  (pcsndrv-0.7.tar.gz), not tested with earlier versions.

	- support for mono soundcards (untested)

------
sndcvt

 little program to convert the 16bit sound of DOOM to 8bit sound,
 for the poor guys who still own a SBpro or such,, like me..

 to use it you have to patch sndserver, by replacing all occurrences
 of "/dev/dsp" by "/tmp/dsp". this can be done with sed.

 $ sed s,/dev/dsp,/tmp/dsp,g < sndserver > sndserver.new
 (dont forget to replace the old server with the new one..)

 after that make a named pipe in /tmp

 $ mknod /tmp/dsp p

 All done..  startup sndcvt, and fire up DOOM..


 happy dooming..

 Charles.. <nsa@link.xs4all.nl>

