Import audio/clementine-player version 1.2.1_7
[dports.git] / audio / alure / pkg-descr
1 ALURE is a utility library to help manage common tasks with OpenAL applications.
2 This includes device enumeration and initialization, file loading,
3 and streaming. As of version 1.1, it is X11/MIT licensed, allowing it to be used
4 in open- and closed-source programs, freeware or commercial.
5
6 The purpose of this library is to provide pre-made functionality that would
7 otherwise be repetitive or difficult to (re)code for various projects
8 and platforms, such as loading a sound file into an OpenAL buffer and streaming
9 an audio file through a buffer queue. Support for different formats is
10 consistant across platforms, so no special checks are needed when loading files,
11 and all formats are handled through the same API.
12
13 Currently ALURE includes a basic .wav and .aif file reader,
14 and can leverage external libraries such as libSndFile
15 (for extended wave formats and several others), VorbisFile (for Ogg Vorbis),
16 FLAC (for FLAC and Ogg FLAC), and others. External libraries can also be
17 dynamically loaded at run-time, or individually disabled outright at compile
18 time.
19
20 WWW: http://kcat.strangesoft.net/alure.html