Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of code/libs/OpenAL


Ignore:
Timestamp:
Nov 29, 2007, 1:36:23 PM (17 years ago)
Author:
nicolape
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/libs/OpenAL

    v1 v1  
     1= OpenAL =
     2
     3OpenAL (Open Audio Library) is a free software cross-platform audio API. It is designed for efficient rendering of multichannel three dimensional positional audio. Its API style and conventions deliberately resemble that of OpenGL.
     4
     5== Download and Install ==
     6
     7You need the [http://www.openal.org/openal_webstf/downloads/openal-0.0.8.tar.gz OpenAL] and the [http://www.openal.org/openal_webstf/downloads/freealut-1.1.0.tar.gz FreeAlut] Package. FreeAlut are utilities for OpenAL and depend on it.
     8
     9Install-Script:
     10
     11
     12== Links ==
     13[http://en.wikipedia.org/wiki/OpenAL Wikipedia about OpenAL]
     14[http://www.openal.org/ OpenAL official Site]
     15[http://developer.creative.com/articles/article.asp?cat=1&sbcat=31&top=38&aid=51&file=OpenAL_Programmers_Guide.pdf Programmers Guide by Creative Labs]