diff options
Diffstat (limited to 'alc/alu.h')
-rw-r--r-- | alc/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ extern Resampler ResamplerDefault; */ #define BSINC_SCALE_BITS 4 #define BSINC_SCALE_COUNT (1<<BSINC_SCALE_BITS) -#define BSINC_PHASE_BITS 4 +#define BSINC_PHASE_BITS 5 #define BSINC_PHASE_COUNT (1<<BSINC_PHASE_BITS) /* Interpolator state. Kind of a misnomer since the interpolator itself is |