diff options
author | Chris Robinson <[email protected]> | 2009-08-15 13:20:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-08-15 13:20:35 -0700 |
commit | dc26261065a7ff78657ac79accc993c78069deca (patch) | |
tree | 2b9696d7aedc196acce6f1b05409c0f8237abf13 /alsoftrc.sample | |
parent | 9bea67fb1c99698ccdf9cfa695a09036846163c6 (diff) |
Support 32-bit float output
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 291ca71b..45d5ba07 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -27,6 +27,12 @@ # AL_FORMAT_51CHN16 (16-bit 5.1 output) # AL_FORMAT_61CHN16 (16-bit 6.1 output) # AL_FORMAT_71CHN16 (16-bit 7.1 output) +# AL_FORMAT_MONO32 (32-bit float mono) +# AL_FORMAT_STEREO32 (32-bit float stereo) +# AL_FORMAT_QUAD32 (32-bit float 4-channel) +# AL_FORMAT_51CHN32 (32-bit float 5.1 output) +# AL_FORMAT_61CHN32 (32-bit float 6.1 output) +# AL_FORMAT_71CHN32 (32-bit float 7.1 output) #format = AL_FORMAT_STEREO16 ## cf_level: |