aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alu.h')
-rw-r--r--alc/alu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/alc/alu.h b/alc/alu.h
index e9858ddb..e2b25556 100644
--- a/alc/alu.h
+++ b/alc/alu.h
@@ -46,7 +46,9 @@ enum class Resampler {
Point,
Linear,
Cubic,
+ FastBSinc12,
BSinc12,
+ FastBSinc24,
BSinc24,
Max = BSinc24