@@ -68,14 +68,9 @@ to the next elevation, or by the total count for the last elevation).
68
68
The actual coefficients follow. Each coefficient is a signed 16-bit sample,
69
69
with each HRIR set being a consecutive number of samples. For each elevation,
70
70
the HRIR sets first start with a neutral "in-front" set (that is, one that is
71
- applied equally to the left and right outputs). After this, the HRIR sets
72
- follow a clockwise pattern, with the first half specifying the "occluded" HRIRs
73
- (a half-circle for the ear on the opposite side of the sound source), and the
74
- second half specify the "unoccluded" HRIRs (a half-circle for the ear on the
75
- same side as the sound source). OpenAL Soft automatically selects the two HRIR
76
- sets to use based on the angle to the source from the listener, and swap them
77
- depending on which side the sound is on to create a complete sphere for both
78
- the occluded and unoccluded sets.
71
+ applied equally to the left and right outputs). After this, the sets follow a
72
+ clockwise pattern, constructing a full circle for the left ear only. The right
73
+ ear uses the same sets but in reverse (ie, left = angle, right = 360-angle).
79
74
80
75
After the coefficients is an array of unsigned 8-bit delay values, one for each
81
76
HRIR set. This is the delay, in samples, after recieving an input sample before
0 commit comments