diff options
author | Chris Robinson <[email protected]> | 2012-03-11 19:27:40 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-03-11 19:27:40 -0700 |
commit | 842a698f2b8f08e29a0eef9a2f255ff358d5c16b (patch) | |
tree | 0594aaa4f91c1bff96034cb37de7f612d9737cdc /Alc/hrtf.c | |
parent | f5f519aa800e8e342d5e139e95d33b4b3a6b5629 (diff) |
Add a text file explaining OpenAL Soft's HRTF support and data file format
Diffstat (limited to 'Alc/hrtf.c')
-rw-r--r-- | Alc/hrtf.c | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -28,21 +28,6 @@ #include "alMain.h" #include "alSource.h" -/* External HRTF file format (LE byte order): - * - * ALchar magic[8] = "MinPHR00"; - * ALuint sampleRate; - * - * ALushort hrirCount; // Required value: 828 - * ALushort hrirSize; // Required value: 32 - * ALubyte evCount; // Required value: 19 - * - * ALushort evOffset[evCount]; // Required values: - * { 0, 1, 13, 37, 73, 118, 174, 234, 306, 378, 450, 522, 594, 654, 710, 755, 791, 815, 827 } - * - * ALshort coefficients[hrirCount][hrirSize]; - * ALubyte delays[hrirCount]; // Element values must not exceed 127 - */ static const ALchar magicMarker[8] = "MinPHR00"; |