/usr/share/doc/libopenal-dev/README.Debian is in libopenal-dev 1:1.18.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | Notes about openal-soft
=======================
From the upstream website:
About This Project
This library is meant as a compatible update/replacement to the OpenAL
Sample Implementation (the SI). The SI has been unmaintained for quite a
while, and would require a lot of work to clean up. After attempting to work
on the SI for a bit, I became overwhelmed with the amount of work needed,
and I eventually decided to fork the old Windows version to attempt an
accelerated ALSA version. The accelerated ALSA idea quickly fell through,
but I ended up porting the software mixing code to be cross-platform, with
multiple output backends: ALSA, OSS, DirectSound, and a .wav writer are
currently implemented.
OpenAL Soft supports mono, stereo, 4-channel, 5.1, 6.1, and 7.1 output, as
opposed to the SI's 4-channel max (though it did have some provisions for 6
channel, this was not 5.1, and was seemingly a "late" addition). OpenAL Soft
does not support the Vorbis and MP3 extensions, however those were
considered deprecated even in the SI. It does, though, support some of the
newer extensions like AL_EXT_FLOAT32 and AL_EXT_MCFORMATS for multi-channel
and floating-point formats, as well as ALC_EXT_EFX for environmental audio
effects, and others.
It should be noted that the last changes committed in the SI repository in the
openal website from Creative were done by Chris Robinson (the upstream
maintainer of openal-soft). Take a look at
http://www.openal.org/repos/openal/trunk/OpenAL-Sample/ChangeLog.
So in this case, it looks like openal-soft is the way forward in regards to
using the OpenAL API.
The upstream source is hosted in a git repository.
Upstream-Vcs-Browser: http://repo.or.cz/w/openal-soft.git
Upstream-Vcs-Git: git://repo.or.cz/openal-soft.git
|