🛠️🐜 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.

75 lines
3.8 KiB

  1. Overview
  2. ========
  3. 3D7.1 is a custom speaker layout designed by Simon Goodwin at Codemasters[1].
  4. Typical surround sound setups, like quad, 5.1, 6.1, and 7.1, only produce audio
  5. on a 2D horizontal plane with no verticality, which means the envelopment of
  6. "surround" sound is limited to left, right, front, and back panning. Sounds
  7. that should come from above or below will still only play in 2D since there is
  8. no height difference in the speaker array.
  9. To work around this, 3D7.1 was designed so that some speakers are placed higher
  10. than the listener while others are lower, in a particular configuration that
  11. tries to provide balanced output and maintain some compatibility with existing
  12. audio content and software. Software that recognizes this setup, or can be
  13. configured for it, can then take advantage of the height difference and
  14. increase the perception of verticality for true 3D audio. The result is that
  15. sounds can be perceived as coming from left, right, front, and back, as well as
  16. up and down.
  17. [1] http://www.codemasters.com/research/3D_sound_for_3D_games.pdf
  18. Hardware Setup
  19. ==============
  20. Setting up 3D7.1 requires an audio device capable of raw 8-channel or 7.1
  21. output, along with a 7.1 speaker kit. The speakers should be hooked up to the
  22. device in the usual way, with front-left and front-right output going to the
  23. front-left and front-right speakers, etc. The placement of the speakers should
  24. be set up according to the table below. Azimuth is the horizontal angle in
  25. degrees, with 0 directly in front and positive values go /left/, and elevation
  26. is the vertical angle in degrees, with 0 at head level and positive values go
  27. /up/.
  28. ------------------------------------------------------------
  29. - Speaker label | Azimuth | Elevation | New label -
  30. ------------------------------------------------------------
  31. - Front left | 51 | 24 | Upper front left -
  32. - Front right | -51 | 24 | Upper front right -
  33. - Front center | 0 | 0 | Front center -
  34. - Subwoofer/LFE | N/A | N/A | Subwoofer/LFE -
  35. - Side left | 129 | -24 | Lower back left -
  36. - Side right | -129 | -24 | Lower back right -
  37. - Back left | 180 | 55 | Upper back center -
  38. - Back right | 0 | -55 | Lower front center -
  39. ------------------------------------------------------------
  40. Note that this speaker layout *IS NOT* compatible with standard 7.1 content.
  41. Audio that should be played from the back will come out at the wrong location
  42. since the back speakers are placed in the lower front and upper back positions.
  43. However, this speaker layout *IS* more or less compatible with standard 5.1
  44. content. Though slightly tilted, to a listener sitting a bit further back from
  45. the center, the front and side speakers will be close enough to their intended
  46. locations that the output won't be too off.
  47. Software Setup
  48. ==============
  49. To enable 3D7.1 on OpenAL Soft, first make sure the audio device is configured
  50. for 7.1 output. Then in the alsoft-config utility, for the Channels setting
  51. choose "3D7.1 Surround" from the drop-down list. And that's it. Any application
  52. using OpenAL Soft can take advantage of fully 3D audio, and multi-channel
  53. sounds will be properly remixed for the speaker layout.
  54. Note that care must be taken that the audio device is not treated as a "true"
  55. 7.1 device by non-3D7.1-capable applications. In particular, the audio server
  56. should not try to upmix stereo and 5.1 content to "fill out" the back speakers,
  57. and non-3D7.1 apps should be set to either stereo or 5.1 output.
  58. As such, if your system is capable of it, it may be useful to define a virtual
  59. 5.1 device that maps the front, side, and LFE channels to the main device for
  60. output and disables upmixing, then use that virtual 5.1 device for apps that do
  61. normal stereo or surround sound output, and use the main device for apps that
  62. understand 3D7.1 output.