summaryrefslogtreecommitdiffstats
path: root/audio-libs/openal-soft/DETAILS
blob: 627cdec82b880392c5bf51cf8ddcc05df3d4d5c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=openal-soft
         VERSION=1.14
     SOURCE_HASH=sha512:58ce4d1281aba790790e5cb88d4ff016ca5d053f8f78f68ca8ab3af59b69c74d473bd65f9ed1053351df40c6d2d909076a41a8be88c23927f37f9617d3c30f94
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://kcat.strangesoft.net/openal-releases/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://kcat.strangesoft.net/openal.html"
      LICENSE[0]=LGPL
         ENTERED=20090421
           SHORT="software implementation of the OpenAL 3D audio API."
cat << EOF
OpenAL Soft is a cross-platform software implementation of the OpenAL 3D
audio API. It's built off of the open-sourced Windows version available
originally from the SVN repository at openal.org.

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, low-pass filters, and reverb, are available through
the EFX extension. It also facilitates streaming audio, multi-channel buffers,
and audio capture.
EOF