]> git.tdb.fi Git - ext/openal.git/blob - utils/SCUT_KEMAR.def
Import OpenAL Soft 1.23.1 sources
[ext/openal.git] / utils / SCUT_KEMAR.def
1 # This is a makemhr HRIR definition file.  It is used to define the layout and
2 # source data to be processed into an OpenAL Soft compatible HRTF.
3 #
4 # This definition is used to transform the near-field KEMAR HRIRs provided by
5 # Bosun Xie <phbsxie@scut.edu.cn> of the South China University of
6 # Technology, Guangzhou, China; and converted from SCUT to SOFA format by
7 # Piotr Majdak <piotr@majdak.com> of the Acoustics Research Institute,
8 # Austrian Academy of Sciences.
9 #
10 # A copy of the data (SCUT_KEMAR_radius_all.sofa) is available from:
11 #
12 #  http://sofacoustics.org/data/database/scut/SCUT_KEMAR_radius_all.sofa
13 #
14 # It is provided under the Creative Commons CC 3.0 BY-SA-NC license:
15 #
16 #  https://creativecommons.org/licenses/by-nc-sa/3.0/
17
18 rate     = 44100
19
20 # While the SOFA file is stereo, doubling the size of the data set will cause
21 # the utility to exhaust its address space if compiled 32-bit.  Since the
22 # dummy head is symmetric, the same results (ignoring variations caused by
23 # measurement error) can be obtained using mono channel processing.
24 type     = mono
25
26 points   = 512
27
28 radius   = 0.09
29
30 # This data set has 10 fields ranging from 0.2m to 1m.  The layout was
31 # obtained using the sofa-info utility.
32 distance = 0.2, 0.25, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0
33
34 azimuths = 1, 24, 36, 72, 72, 72, 72, 72, 72, 72, 36, 24, 1;
35            1, 24, 36, 72, 72, 72, 72, 72, 72, 72, 36, 24, 1;
36            1, 24, 36, 72, 72, 72, 72, 72, 72, 72, 36, 24, 1;
37            1, 24, 36, 72, 72, 72, 72, 72, 72, 72, 36, 24, 1;
38            1, 24, 36, 72, 72, 72, 72, 72, 72, 72, 36, 24, 1;
39            1, 24, 36, 72, 72, 72, 72, 72, 72, 72, 36, 24, 1;
40            1, 24, 36, 72, 72, 72, 72, 72, 72, 72, 36, 24, 1;
41            1, 24, 36, 72, 72, 72, 72, 72, 72, 72, 36, 24, 1;
42            1, 24, 36, 72, 72, 72, 72, 72, 72, 72, 36, 24, 1;
43            1, 24, 36, 72, 72, 72, 72, 72, 72, 72, 36, 24, 1
44
45 # Given the above compatible layout, we can automatically process the entire
46 # data set.
47 [ * ] = sofa : "./SCUT_KEMAR_radius_all.sofa" mono
48