The DOOM sources as originally released on December 23, 1997

This commit is contained in:
Travis Bradshaw
2012-01-31 15:27:37 -06:00
commit 4eb368a960
149 changed files with 59219 additions and 0 deletions

15
sndserv/README.sndserv Normal file
View File

@@ -0,0 +1,15 @@
This is the soundserver as used by the original
Linuxdoom release. I separated the source from
the actual Linuxduum source. For various reasons
the separate sound process seems to give the
best results - both synchronous and timer driven
output demonstrate glitches. These might either
be timing issues, or introduced by the changes
I made to the linux sound code while merging it
back into the main tree.
Note that neither John Carmack nor Dave Taylor
are responsible for the current sound handling.