summaryrefslogtreecommitdiffstats
path: root/audio-libs/openal-soft/DETAILS
blob: c7d25a7815e93164a166170b5fc8afd1c24a2c7b (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.15.1
     SOURCE_HASH=sha512:ca6dafdd503d06892dff08763bc00b974ec6e7c4bf3dcebb4cb41a486b4ea777c278299a198db182fee888a19a5716bd57d91a2859b764a532138a79f2bd672f
          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