| 1 | = OpenAL = |
| 2 | |
| 3 | OpenAL (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 | |
| 7 | You 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 | |
| 9 | Install-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] |