#ifndef ALC_HRTF_H #define ALC_HRTF_H #include "AL/al.h" #include "AL/alc.h" #include "alMain.h" #include "alstring.h" struct Hrtf { ALuint sampleRate; ALsizei irSize; ALubyte evCount; const ALubyte *azCount; const ALushort *evOffset; const ALshort *coeffs; const ALubyte *delays; const char *filename; struct Hrtf *next; }; #define HRTFDELAY_BITS (20) #define HRTFDELAY_FRACONE (1<