🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
2.3 KiB

  1. Ambisonic decoder configuration presets are provided here for common surround
  2. sound speaker layouts. The presets are prepared to work with OpenAL Soft's high
  3. quality decoder. By default all of the speaker distances within a preset are
  4. set to the same value, which results in no effect from distance compensation.
  5. If this doesn't match your physical speaker setup, it may be worth copying the
  6. preset and modifying the distance values to match (note that modifying the
  7. azimuth and elevation values in the presets will not have any effect; the
  8. specified angles do not change the decoder behavior).
  9. Details of the individual presets are as follows.
  10. square.ambdec
  11. Specifies a basic square speaker setup for Quadraphonic output, with identical
  12. width and depth. Front speakers are placed at +45 and -45 degrees, and back
  13. speakers are placed at +135 and -135 degrees.
  14. rectangle.ambdec
  15. Specifies a narrower speaker setup for Quadraphonic output, with a little less
  16. width but a little more depth over a basic square setup. Front speakers are
  17. placed at +30 and -30 degrees, providing a bit more compatibility for existing
  18. stereo content, with back speakers at +150 and -150 degrees.
  19. itu5.1.ambdec
  20. Specifies a standard ITU 5.0/5.1 setup for 5.1 Surround output. The front-
  21. center speaker is placed directly in front at 0 degrees, with the front-left
  22. and front-right at +30 and -30 degrees, and the surround speakers (side or
  23. back) at +110 and -110 degrees.
  24. hexagon.ambdec
  25. Specifies a flat-front hexagonal speaker setup for 7.1 Surround output. The
  26. front left and right speakers are placed at +30 and -30 degrees, the side
  27. speakers are placed at +90 and -90 degrees, and the back speakers are placed at
  28. +150 and -150 degrees. Although this is for 7.1 output, no front-center speaker
  29. is defined for the decoder, meaning that speaker will be silent for 3D sound
  30. (however it may still be used with AL_SOFT_direct_channels or ALC_EXT_DEDICATED
  31. output). A "proper" 7.1 decoder may be provided in the future, but due to the
  32. nature of the speaker configuration will have trade-offs.
  33. 3D7.1.ambdec
  34. Specifies a 3D7.1 speaker setup for 3D7.1 Surround output. Please see
  35. docs/3D7.1.txt for information about speaker placement. Similar to 7.1, the
  36. front-center speaker is not used for 3D sound, but will be used as appropriate
  37. with AL_SOFT_direct_channels or ALC_EXT_DEDICATED.