diff options
author | Chris Robinson <[email protected]> | 2007-12-31 19:34:52 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-31 19:34:52 -0800 |
commit | 3d78d93b4033ea94d38981e75f10c6dee5264860 (patch) | |
tree | eff0ee8b22ea032075fd16046d6cb24fa52a8243 /openalrc.sample | |
parent | 5a2f509104b196bbef336b6c772cd621473f2e55 (diff) | |
parent | 9382956b0ec459a696805a23656a9e94b6ed94d9 (diff) |
Merge branch 'master' into efx-experiment
Diffstat (limited to 'openalrc.sample')
-rw-r--r-- | openalrc.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openalrc.sample b/openalrc.sample index ca6fe390..cb4b28dc 100644 --- a/openalrc.sample +++ b/openalrc.sample @@ -12,9 +12,15 @@ 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_61CHN8 (8-bit 6.1 output) + # AL_FORMAT_71CHN8 (8-bit 7.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) + # AL_FORMAT_61CHN16 (16-bit 6.1 output) + # AL_FORMAT_71CHN16 (16-bit 7.1 output) # Default is AL_FORMAT_STEREO16 frequency = 44100 # Sets the output frequency. Default is 44100 |