You want to use OpenAL in your Delphi application, but do not know how? Look here...
- Introduction
- Lesson #1 (one sound at one position)
- Lesson #2 (moving sound)
- Lesson #3 (multiple sources)
- Lesson #4 (sharing buffers)
- Lesson #5 (error checking)
- Lesson #6 (the object-oriented way)
- Lesson #9 (OpenAL Vorbis Extension)
- Lesson #10 (queing buffers)
- Lesson #11 (SoftSynth Part 1)
- Lesson #12 (EAX environment)
- Lesson #13 (enumerate devices)
- Lesson #14 (streaming buffers)
- Lesson #15 (Stereo to 2 mono sources)
- Lesson #16 (Recording sound)
- Lesson #17 (Using the EFX Extension)
- Mod Player
- OpenAL Ogg Player
OpenAL Ogg Player with source for Delphi. Rewritten from c source by S.O.S.
- OpenAL MP3 Player
OpenAL MP3 Player with thanks to arthurprs for converting the mpg123 header to pascal. Needs dll available from http://www.mpg123.com.