diff options
author | Chris Robinson <[email protected]> | 2008-01-03 06:02:06 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-03 06:02:06 -0800 |
commit | 4d5885e27bef05004ab16be8da4e93b458b736a9 (patch) | |
tree | 92fb15186cc1f018c019216e5c4fff174a8ab91a /openalrc.sample | |
parent | 8fe39042da3369acb4aa8e5a8837709c4338d0f0 (diff) |
Implement a crossfeed config option
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 |