一系列的教程,估計不錯!
Introduces OpenAL, and explains how to use its various features. Sample code is included.
?
The simplest OpenAL program involving only one non-moving source.
Movement of an emiting source.
OpenAL Lesson 3: Multiple Sources
Create an audio scene with more than one source.
OpenAL Lesson 4: The ALC
A closer look at ALC and creating multiple contexts.
OpenAL Lesson 5: Sources Sharing Buffers
This tutorial shows a method of having buffers shared among many sources.
Shows how to retrieve error information and ways for error-handling.
?
Talks about the doppler effect in OpenAL.
This tutorial explains about OggVorbis files and how to read them. How to code a simple OggVorbis player will also be shown. Sample source code is also included.
Based on Lesson 8 of the OpenAL series, this tutorial demonstrates how to load an OggVorbis from files into memory. Sample source code is included.