This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Steve Dekorte (author)
Fri Aug 21 00:55:38 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
ALBuffer.h | Thu Aug 20 18:27:31 -0700 2009 | |
| |
ALBuffer.m | Thu Aug 20 18:27:31 -0700 2009 | |
| |
ALContext.h | Thu Aug 20 18:11:05 -0700 2009 | |
| |
ALContext.m | Thu Aug 20 18:11:05 -0700 2009 | |
| |
ALDevice.h | Thu Aug 20 18:11:05 -0700 2009 | |
| |
ALDevice.m | Thu Aug 20 18:22:54 -0700 2009 | |
| |
ALListener.h | Fri Aug 21 00:54:24 -0700 2009 | |
| |
ALListener.m | Fri Aug 21 00:54:24 -0700 2009 | |
| |
ALObject.h | Thu Aug 20 18:11:05 -0700 2009 | |
| |
ALObject.m | Thu Aug 20 18:11:05 -0700 2009 | |
| |
ALSource.h | Thu Aug 20 18:11:05 -0700 2009 | |
| |
ALSource.m | Thu Aug 20 18:22:54 -0700 2009 | |
| |
ALState.h | Thu Aug 20 18:11:05 -0700 2009 | |
| |
ALState.m | Thu Aug 20 18:22:54 -0700 2009 | |
| |
README.txt | Fri Aug 21 00:55:38 -0700 2009 |
README.txt
About ===== An Objective-C binding to OpenAL. Dependencies ============ CoreAudio AudioToolbox AVFoundation OpenAL Sample Code =========== self.context = [ALContext defaultContext]; source = [ALSource newWithPath:pathToSoundFile]; // wav, caf, etc [source play]; Buffer Caches ============= ALSource newWithPath: caches and reuses the ALBuffer it creates for a file. So a given sound file will only be loaded and decoded once per program run. Notes ===== Threw this together for a small iPhone game I was working on. It seems to work, but is pretty basic. Patches appreciated. - Steve Dekorte steve@dekorte.com







