Commit graph

10 commits

Author SHA1 Message Date
Bill Currie
7f1c1bb241 add the beginings of phase interpolation (bloody hell, this is getting
complicated :/, I never guessied it would be this tricy to do phase separated
stereo, but I should have :). Without phase interpolation, you get static
whenever the phase separation changes due to gaps in the mixed samples.
2000-10-11 04:55:50 +00:00
Bill Currie
8bb5d9decb first attempt at stereo phase separation. sortof works but is staticy due to
lost samples. currently disabled so nobody complains
2000-10-06 23:48:09 +00:00
Bill Currie
b17b8afa3c turns out some like interpolated, others don't. snd_interp conrols this.
Defaults to on so those used to 11k sampling won't be too suprised.
2000-10-06 18:42:03 +00:00
Bill Currie
6b48129fa4 double the maximum number of sound channels to 256. I hope this doesn't cause
too much of a speed hit or sample wrap.
2000-10-05 21:43:34 +00:00
Bill Currie
2718705414 prelim header changes. doesn't build yet 2000-08-21 03:52:28 +00:00
Bill Currie
b39fa5ac8a New cvar system. -svga and -x11 still compile, link and run!! :) 2000-08-21 00:54:21 +00:00
Bill Currie
1c362eca61 copyright header stuff 2000-08-20 05:25:28 +00:00
Bill Currie
111c1b0d4c un-dosify 2000-08-20 01:33:10 +00:00
Bill Currie
935dd92fd4 tell cvs to ignore config.h and win32/version.h (under include)
add alsa support (swiped from newtree:)

+= doesn't seem to work well in automake (or at least not my version). Change
the common_SOURCES += ... to combined_SOURCES = $(common_SOURCES) ... and
change the /following/ instances common_SOURCES to combined_SOURCES.
2000-08-19 23:15:48 +00:00
Jeff Teunissen
9d334e8b22 Initial revision 2000-08-19 22:24:16 +00:00