diff options
author | Chris Robinson <[email protected]> | 2007-12-27 01:00:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-27 01:00:19 -0800 |
commit | 9eed1e8609abd1760c26a3983e47d4c18b9c1aa4 (patch) | |
tree | 9a408097eea5a405e30f24f60cf890e013ac3892 /openalrc.sample | |
parent | 8011ad97b558fae4fb3c5fc44912dd7e99eed4e5 (diff) |
Add new output formats to sample config
Diffstat (limited to 'openalrc.sample')
-rw-r--r-- | openalrc.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openalrc.sample b/openalrc.sample index ca6fe390..c456d544 100644 --- a/openalrc.sample +++ b/openalrc.sample @@ -12,9 +12,11 @@ format = AL_FORMAT_STEREO16 # Sets the output format. Can be one of: # AL_FORMAT_MONO8 (8-bit mono) # AL_FORMAT_STEREO8 (8-bit stereo) # AL_FORMAT_QUAD8 (8-bit 4-channel) + # AL_FORMAT_51CHN8 (8-bit 5.1 output) # AL_FORMAT_MONO16 (16-bit mono) # AL_FORMAT_STEREO16 (16-bit stereo) # AL_FORMAT_QUAD16 (16-bit 4-channel) + # AL_FORMAT_51CHN16 (16-bit 5.1 output) # Default is AL_FORMAT_STEREO16 frequency = 44100 # Sets the output frequency. Default is 44100 |