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