From aa827790bddad407a9f5084e43ee66c699aab88c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 12 Sep 2012 05:34:42 -0700 Subject: [PATCH] Add a note about the hrtf_tables filename markers --- alsoftrc.sample | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: -- 2.11.4.GIT