etlegacy-libs/openal
Remy Marquis 585e495917 libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
..
Alc libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
OpenAL32 libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
cmake libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
common libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
docs libs: updated to OpenAL 1.18 2017-07-01 16:52:31 +02:00
examples libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
hrtf libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
include/AL libs: updated to OpenAL 1.18 2017-07-01 16:52:31 +02:00
native-tools libs: updated to OpenAL 1.18 2017-07-01 16:52:31 +02:00
presets libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
router libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
utils libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
.gitignore libs: added openAL 1.17.1 2015-12-12 22:07:33 +01:00
.travis.yml libs: updated to OpenAL 1.18 2017-07-01 16:52:31 +02:00
CMakeLists.txt libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
COPYING libs: added openAL 1.17.1 2015-12-12 22:07:33 +01:00
ChangeLog libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
README libs: added openAL 1.17.1 2015-12-12 22:07:33 +01:00
XCompile-Android.txt libs: added openAL 1.17.1 2015-12-12 22:07:33 +01:00
XCompile.txt libs: added openAL 1.17.1 2015-12-12 22:07:33 +01:00
alsoftrc.sample libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
appveyor.yml libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
config.h.in libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
openal.pc.in libs: added openAL 1.17.1 2015-12-12 22:07:33 +01:00
version.cmake libs: updated to OpenAL 1.18 2017-07-01 16:52:31 +02:00
version.h.in libs: updated to OpenAL 1.18 2017-07-01 16:52:31 +02:00

README

Source Install
==============

To install OpenAL Soft, use your favorite shell to go into the build/
directory, and run:

cmake ..

Assuming configuration went well, you can then build it, typically using GNU
Make (KDevelop, MSVC, and others are possible depending on your system setup
and CMake configuration).

Please Note: Double check that the appropriate backends were detected. Often,
complaints of no sound, crashing, and missing devices can be solved by making
sure the correct backends are being used. CMake's output will identify which
backends were enabled.

For most systems, you will likely want to make sure ALSA, OSS, and PulseAudio
were detected (if your target system uses them). For Windows, make sure
DirectSound was detected.


Utilities
=========

The source package comes with an informational utility, openal-info, and is
built by default. It prints out information provided by the ALC and AL sub-
systems, including discovered devices, version information, and extensions.


Configuration
=============

OpenAL Soft can be configured on a per-user and per-system basis. This allows
users and sysadmins to control information provided to applications, as well
as application-agnostic behavior of the library. See alsoftrc.sample for
available settings.


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.