Add missing linear resampler to the option setting list
[openal-soft.git] / alc / bsinc_tables.h
blob2e2443e5e0578f6463194298397c5948cab3a8dd
1 #ifndef BSINC_TABLES_H
2 #define BSINC_TABLES_H
4 #include "bsinc_defs.h"
7 struct BSincTable {
8 float scaleBase, scaleRange;
9 unsigned int m[BSINC_SCALE_COUNT];
10 unsigned int filterOffset[BSINC_SCALE_COUNT];
11 const float *Tab;
14 extern const BSincTable bsinc12;
15 extern const BSincTable bsinc24;
17 #endif /* BSINC_TABLES_H */