~ubuntu-branches/ubuntu/quantal/openal-soft/quantal

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2011-04-22 18:30:58 UTC
  • mfrom: (7.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110422183058-pgxqd8022xk3vwao
Tags: 1:1.13-2
Don't build with ALSA compatibility on non-Linux architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
For most systems, you will likely want to make sure ALSA, OSS, and PulseAudio
19
19
were detected (if your target system uses them). For Windows, make sure
20
20
DirectSound was detected.
 
21
 
 
22
 
 
23
Utilities
 
24
=========
 
25
 
 
26
The source package comes with an informational utility, openal-info, and is
 
27
built by default. It prints out information provided by the ALC and AL sub-
 
28
systems, including discovered devices, version information, and extensions.
 
29
 
 
30
 
 
31
Configuration
 
32
=============
 
33
 
 
34
OpenAL Soft can be configured on a per-user and per-system basis. This allows
 
35
users and sysadmins to control information provided to applications, as well
 
36
as application-agnostic behavior of the library. See alsoftrc.sample for
 
37
available settings.
 
38
 
 
39
 
 
40
Acknowledgements
 
41
================
 
42
 
 
43
Special thanks go to:
 
44
 
 
45
Creative Labs for the original source code this is based off of.
 
46
 
 
47
Christopher Fitzgerald for the current reverb effect implementation, and
 
48
helping with the low-pass filter.
 
49
 
 
50
Christian Borss for the 3D panning code the current implementation is heavilly
 
51
based on.
 
52
 
 
53
Ben Davis for the idea behind the current click-removal code.