diff options
author | Chris Robinson <[email protected]> | 2008-01-04 14:40:38 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-04 14:40:38 -0800 |
commit | 5e48be27b840ff0a8b90baaae41e2809f7ca99ab (patch) | |
tree | ecbd5f31febd0e2d19e9682aa3e990667a9072ec /openalrc.sample | |
parent | 9ed574b39958c49f3e4b6ffc4c6a3153273d33b1 (diff) | |
parent | b3badbf97d95d84bb0de655275b00e30948e311f (diff) |
Merge branch 'master' into efx-experiment
Diffstat (limited to 'openalrc.sample')
-rw-r--r-- | openalrc.sample | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openalrc.sample b/openalrc.sample index cb4b28dc..0e378a84 100644 --- a/openalrc.sample +++ b/openalrc.sample @@ -23,6 +23,17 @@ format = AL_FORMAT_STEREO16 # Sets the output format. Can be one of: # AL_FORMAT_71CHN16 (16-bit 7.1 output) # Default is AL_FORMAT_STEREO16 +cf_level = 0 # Sets the crossfeed level for stereo output. Valid values are: + # 0 - No crossfeed + # 1 - Low crossfeed + # 2 - Middle crossfeed + # 3 - High crossfeed (virtual speakers are closer to itself) + # 4 - Low easy crossfeed + # 5 - Middle easy crossfeed + # 6 - High easy crossfeed + # Default is 0. Users of headphones may want to try various + # settings. Has no effect on non-stereo modes. + frequency = 44100 # Sets the output frequency. Default is 44100 refresh = 0 # Sets the number of frames-per-update. Default is calculated as |