diff options
author | Chris Robinson <[email protected]> | 2012-03-12 18:42:21 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-03-12 18:42:21 -0700 |
commit | 3e0cf0f2391a097220d5bec448077f2b0f6b9776 (patch) | |
tree | 107236e2351e762bad270ccc55ce6059213757f1 /hrtf.txt | |
parent | 560f34e3df40762ae7e800c6775ebd5fd567a0f7 (diff) |
Simply (hopefuly) the explanation about the HRIR set ordering
Diffstat (limited to 'hrtf.txt')
-rw-r--r-- | hrtf.txt | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -68,14 +68,9 @@ to the next elevation, or by the total count for the last elevation). The actual coefficients follow. Each coefficient is a signed 16-bit sample, with each HRIR set being a consecutive number of samples. For each elevation, the HRIR sets first start with a neutral "in-front" set (that is, one that is -applied equally to the left and right outputs). After this, the HRIR sets -follow a clockwise pattern, with the first half specifying the "occluded" HRIRs -(a half-circle for the ear on the opposite side of the sound source), and the -second half specify the "unoccluded" HRIRs (a half-circle for the ear on the -same side as the sound source). OpenAL Soft automatically selects the two HRIR -sets to use based on the angle to the source from the listener, and swap them -depending on which side the sound is on to create a complete sphere for both -the occluded and unoccluded sets. +applied equally to the left and right outputs). After this, the sets follow a +clockwise pattern, constructing a full circle for the left ear only. The right +ear uses the same sets but in reverse (ie, left = angle, right = 360-angle). After the coefficients is an array of unsigned 8-bit delay values, one for each HRIR set. This is the delay, in samples, after recieving an input sample before |