diff options
author | Chris Robinson <[email protected]> | 2007-12-31 03:29:14 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-31 03:29:14 -0800 |
commit | 73678f3b78a54d0dcc43abbd168ede2fd58bb205 (patch) | |
tree | 9f9f1fc1bfbea0ae1c04bd6110a76c46bc9a353c /openalrc.sample | |
parent | 79b95da0a3084dc1ba285f4f464b67d2ac76a9eb (diff) |
Allow psuedo 6.1 and 7.1 output
This only does spatial calculations on the 4 corner speakers, but it's
necessary groundwork for AL_EXT_MCFORMATS support. Spatial calculations for 6
speakers can be added later.
Diffstat (limited to 'openalrc.sample')
-rw-r--r-- | openalrc.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openalrc.sample b/openalrc.sample index c456d544..cb4b28dc 100644 --- a/openalrc.sample +++ b/openalrc.sample @@ -13,10 +13,14 @@ format = AL_FORMAT_STEREO16 # Sets the output format. Can be one of: # 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 |