Go to file
2023-03-29 14:29:08 +01:00
al [*] Merge remote-tracking branch 'github/master' 2023-03-29 12:07:38 +01:00
alc [*] annoying 2023-03-29 14:19:05 +01:00
common [*] Merge remote-tracking branch 'github/master' 2023-03-29 12:07:38 +01:00
config Amend for new AuroraRuntime version 2021-06-18 01:07:30 +01:00
core [*] updated logging 2023-03-29 14:18:07 +01:00
data [-] took out the trash 2023-03-29 12:49:28 +01:00
examples Fix compiling examples with an older libsndfile 2023-03-05 11:39:20 -08:00
include/AL [*] Merge remote-tracking branch 'github/master' 2023-03-29 12:07:38 +01:00
.gitignore Update .gitignore for QtCreator files 2020-08-11 10:11:20 -07:00
BSD-3Clause Update some license notices 2021-04-27 11:56:29 -07:00
ChangeLog Release 1.23.0 2023-02-03 06:48:18 -08:00
config.h.in Search the installation data directory (#693) 2022-05-13 13:55:17 -07:00
COPYING Fix COPYING 2018-07-02 17:09:53 -07:00
README.md [*] update readme again 2023-03-29 14:29:08 +01:00
version.cmake More robustly generate the git commit ID and branch 2016-12-21 11:41:45 -08:00
version.h.in Added rc scripts for dll (#306) 2019-06-30 22:01:04 -07:00

OpenAL Soft

OpenAL Soft is an LGPL-2 (pre-Tivoization) licensed, cross-platform, software implementation of the OpenAL 3D audio API. It's forked from the open-sourced Windows version available originally from openal.org's SVN repository (now defunct). OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture.

More information is available on the official website.

Aurora Fork

This fork is intended to fix up cross-compilation, non-gnu tooling issues; and to use more common platform abstractions.

Acknowledgements

Special thanks go to:

  • Creative Labs for the original source code this is based off of.
  • Christopher Fitzgerald for the current reverb effect implementation, and helping with the low-pass and HRTF filters.
  • Christian Borss for the 3D panning code previous versions used as a base.
  • Ben Davis for the idea behind a previous version of the click-removal code.
  • Richard Furse for helping with my understanding of Ambisonics that is used by the various parts of the library.