#ifndef ALC_HRTF_H #define ALC_HRTF_H #include "AL/al.h" #include "AL/alc.h" #include "alstring.h" enum DevFmtChannels; struct Hrtf; typedef struct HrtfEntry { al_string name; al_string filename; const struct Hrtf *hrtf; } HrtfEntry; TYPEDEF_VECTOR(HrtfEntry, vector_HrtfEntry) #define HRIR_BITS (7) #define HRIR_LENGTH (1<