diff options
author | Chris Robinson <[email protected]> | 2014-02-27 02:20:51 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-02-27 02:20:51 -0800 |
commit | 6e7c0e15eb0c70f215696a5aade043aa564b48bd (patch) | |
tree | 6324c6b460d9216db8235acab351466a18a6baba /alsoftrc.sample | |
parent | fd3acf19fe0a51798944da2e440246b20c7cbb85 (diff) |
Use OpenDataFile to load soundfonts relative to data directories
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 f2dcb237..fb36fca9 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -194,7 +194,13 @@ ## soundfont: # A default soundfont (sf2 format). Used when an app requests the system -# default. +# default. The listed file is relative to system-dependant data directories. +# On Windows this is: +# %AppData%\openal\soundfonts +# And on other systems, it's (in order): +# $XDG_DATA_HOME/openal/soundfonts +# $XDG_DATA_DIRS/openal/soundfonts +# An absolute path may also be specified, if the given file is elsewhere. #soundfont = ## volume: |