diff options
author | Chris Robinson <[email protected]> | 2012-09-12 05:34:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-12 05:34:42 -0700 |
commit | aa827790bddad407a9f5084e43ee66c699aab88c (patch) | |
tree | 2855581d65b9e3b40c35f5978c8e973636dfe1f8 /alsoftrc.sample | |
parent | 38e7bd53590a6726f7dc5cc70ab92603aa8e2117 (diff) |
Add a note about the hrtf_tables filename markers
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 866154ef..dd5ae4db 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -46,7 +46,13 @@ ## hrtf_tables # Specifies a comma-separated list of files containing HRTF data sets. The # listed data sets can be used in place of or in addiiton to the the built-in -# set. The format of the files are described in hrtf.txt. +# set. The format of the files are described in hrtf.txt. The filenames may +# contain these markers, which will be replaced as needed: +# %r - Device sampling rate +# %% - Percent sign (%) +# So if this is set to "kemar-%r-diffuse.mhr", it will try to open +# "kemar-44100-diffuse.mhr" if the device is using 44100hz output, or +# "kemar-48000-diffuse.mhr" if the device is using 48000hz output, etc. #hrtf_tables = ## cf_level: |