diff options
author | Chris Robinson <[email protected]> | 2017-04-07 03:57:40 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-07 03:57:40 -0700 |
commit | 36f7dda1caafaef886ccd520ec3216c2689a062e (patch) | |
tree | 402c6d5e50d1f519c0823b50e9a0872dc9ebea38 | |
parent | 710bbde09c45cf32e94e815f43ce48fd80c9d77b (diff) |
Remove another reference to the sinc8 resampler
-rw-r--r-- | Alc/mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mixer.c b/Alc/mixer.c index 88dbde88..69e52a6e 100644 --- a/Alc/mixer.c +++ b/Alc/mixer.c @@ -156,7 +156,7 @@ static inline ResamplerFunc SelectResampler(enum Resampler resampler) /* The sinc resampler makes use of a Kaiser window to limit the needed sample - * points to 4 and 8, respectively. + * points to 4. */ #ifndef M_PI |