No description
Find a file
Bill Currie 73d0b16350 Oh, so 44k1 DID sound like crap after all. However, I think that even the
tinny 44k1 sounded better than bassy 11025, but bassy 44k1 is even better :).
It's amazing what a difference interpolation schemes can make. Going from
uninterpolated (stretched samples) to linear interpolation improved things
dramaticly. I would still like to use cubic splines, but unless I'm mistaken,
that's O(N**2), not good for semi realtime (it sometimes takes long enough to
load a sample as it is).

Also, samples are now loaded as 16 bit unless loadas8bit is set.
2000-10-06 15:46:42 +00:00
include double the maximum number of sound channels to 256. I hope this doesn't cause 2000-10-05 21:43:34 +00:00
RPM build_rpm now works outside of ${srcdir} and make clean cleans up afterwards 2000-08-31 00:18:35 +00:00
source Oh, so 44k1 DID sound like crap after all. However, I think that even the 2000-10-06 15:46:42 +00:00
.gitignore still more uquake->nuq 2000-08-20 05:55:02 +00:00
acconfig.h %s/HAS_ZLIB/HAVE_ZLIB/g 2000-09-28 19:05:42 +00:00
acinclude.m4 Initial revision 2000-08-19 22:24:16 +00:00
AUTHORS Initial revision 2000-08-19 22:24:16 +00:00
bootstrap Initial revision 2000-08-19 22:24:16 +00:00
configure.in %s/HAS_ZLIB/HAVE_ZLIB/g 2000-09-28 19:05:42 +00:00
COPYING Initial revision 2000-08-19 22:24:16 +00:00
INSTALL Initial revision 2000-08-19 22:24:16 +00:00
Makefile.am various make dist related cleanups 2000-08-29 00:10:19 +00:00
NEWS Initial revision 2000-08-19 22:24:16 +00:00
nuq.lsm.in more uquake -> nuq changes 2000-08-20 05:51:42 +00:00
README Initial revision 2000-08-19 22:24:16 +00:00
TODO add hammerfall. How I'm going to test this, I have no idea (I wonder if I can 2000-09-20 00:13:31 +00:00