Support loading as float or ADPCM in alplay
[openal-soft.git] / core / bsinc_tables.h
blobaca4b274420aad41749c4c5fa9a1cc2602689b98
1 #ifndef CORE_BSINC_TABLES_H
2 #define CORE_BSINC_TABLES_H
4 #include "bsinc_defs.h"
7 struct BSincTable {
8 float scaleBase, scaleRange;
9 unsigned int m[BSincScaleCount];
10 unsigned int filterOffset[BSincScaleCount];
11 const float *Tab;
14 extern const BSincTable gBSinc12;
15 extern const BSincTable gBSinc24;
17 #endif /* CORE_BSINC_TABLES_H */