パッケージ: libalure1 (1.2-9 など)
libalure1 に関するリンク
Debian の資源:
alure ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [kcat.tomasu.net]
類似のパッケージ:
AL Utilities REtooled (shared library)
ALURE is a utility library to help manage common tasks with OpenAL applications. This includes device enumeration and initialization, file loading, and streaming.
The purpose of this library is to provide pre-made functionality that would otherwise be repetitive or difficult to (re)code for various projects and platforms, such as loading a sound file into an OpenAL buffer and streaming an audio file through a buffer queue. Support for different formats is consistent across platforms, so no special checks are needed when loading files, and all formats are handled through the same API.
Currently ALURE includes a basic .wav and .aif file reader, and can leverage external libraries such as libSndFile (for extended wave formats and several others), VorbisFile (for Ogg Vorbis), and FLAC (for FLAC and Ogg FLAC), and others. External libraries can also be dynamically loaded at run-time, or individually disabled outright at compile time.
This package installs the ALURE shared library.
その他の libalure1 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libdumb1t64
- dynamic universal music bibliotheque
-
- dep: libflac12t64 (>= 1.3.0)
- フリーで無損失のオーディオコーデック - ランタイム C ライブラリ
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libmodplug1 (>= 1:0.8.8.5)
- ModPlug ベースの mod music 用共有ライブラリ
-
- dep: libmpg123-0t64 (>= 1.6.2)
- MPEG layer 1/2/3 オーディオデコーダー (共有ライブラリ)
-
- dep: libopenal1 (>= 1.14)
- OpenAL オーディオ API のソフトウェア実装 (共有ライブラリ)
-
- dep: libsndfile1 (>= 1.0.20)
- オーディオファイルの読み書き用ライブラリ
-
- dep: libstdc++6 (>= 13.1)
- GNU 標準 C++ ライブラリ v3
-
- dep: libvorbisfile3 (>= 1.1.2)
- Vorbis 汎用オーディオ圧縮コーデック用高レベル API