diff options
author | Chris Robinson <[email protected]> | 2016-02-23 10:54:42 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-02-23 10:56:06 -0800 |
commit | 68a2ae4024909a6ef785d702ffb90480aac6f0cc (patch) | |
tree | a4fd4746c159751a5b0cf2c23e53829ff19b9a05 /alsoftrc.sample | |
parent | e7ed3e2f72232dcf00c1f7b14f40d9c6e00c3633 (diff) |
Replace the hrtf_tables option with hrtf-paths
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 9eb9740e..7d73b7c6 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -102,22 +102,18 @@ # that this is the enumerated HRTF name, not necessarily the filename. #default-hrtf = -## hrtf_tables: -# Specifies a comma-separated list of files containing HRTF data sets. 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 -# %s - Non-greedy string (up to the following matching characters) -# %% - Percent sign (%) -# The listed files are relative to system-dependant data directories. On -# Windows this is: +## hrtf-paths: +# Specifies a comma-separated list of paths containing HRTF data sets. The +# format of the files are described in hrtf.txt. The files within the +# directories must have the .mhr file extension to be recognized. By default, +# OS-dependent data paths will be used. They will also be used if the list +# ends with a comma. On Windows this is: # $AppData\openal\hrtf # And on other systems, it's (in order): # $XDG_DATA_HOME/openal/hrtf (defaults to $HOME/.local/share/openal/hrtf) # $XDG_DATA_DIRS/openal/hrtf (defaults to /usr/local/share/openal/hrtf and # /usr/share/openal/hrtf) -# An absolute path may also be specified, if the given file is elsewhere. -#hrtf_tables = %s.mhr +#hrtf-paths = ## cf_level: # Sets the crossfeed level for stereo output. Valid values are: |