diff options
author | Chris Robinson <[email protected]> | 2014-02-23 20:51:30 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-02-23 21:02:11 -0800 |
commit | 5731534e8d3582c2332a99e7355aa88534aa706b (patch) | |
tree | 0dd8fc8318960d8207cdaa603b89823105c500f2 /hrtf.txt | |
parent | 9f43de62ab62577a5159789eebcbb76768750418 (diff) |
Move the default hrtf table to an external file
Diffstat (limited to 'hrtf.txt')
-rw-r--r-- | hrtf.txt | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -12,16 +12,16 @@ placement of sounds, making it seem as though they are coming from all around, including above and below the listener, instead of just to the front, back, and sides. -The built-in data set is based on the KEMAR HRTF data provided by MIT, which -can be found at <http://sound.media.mit.edu/resources/KEMAR.html>. It's only +The default data set is based on the KEMAR HRTF data provided by MIT, which can +be found at <http://sound.media.mit.edu/resources/KEMAR.html>. It's only available when using 44100hz playback. -External HRTF Data Sets -======================= +Custom HRTF Data Sets +===================== OpenAL Soft also provides an option to use user-specified data sets, in -addition to or in place of the built-in set. This allows users to provide their +addition to or in place of the default set. This allows users to provide their own data sets, which could be better suited for their heads, or to work with stereo speakers instead of headphones, or to support more playback sample rates, for example. |