aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/bsinc_inc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/bsinc_inc.c')
-rw-r--r--Alc/bsinc_inc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Alc/bsinc_inc.c b/Alc/bsinc_inc.c
index 65f3fe8f..1370ce5a 100644
--- a/Alc/bsinc_inc.c
+++ b/Alc/bsinc_inc.c
@@ -1,5 +1,9 @@
/* Generated by bsincgen, do not edit! */
+static_assert(BSINC_SCALE_COUNT == 16, "Unexpected BSINC_SCALE_COUNT value!");
+static_assert(BSINC_PHASE_COUNT == 16, "Unexpected BSINC_PHASE_COUNT value!");
+static_assert(FRACTIONONE == 4096, "Unexpected FRACTIONONE value!");
+
typedef struct BSincTable {
const float scaleBase, scaleRange;
const int m[BSINC_SCALE_COUNT];