Top "Openal" questions

OpenAL (Open Audio Library) is a cross-platform audio API that allows for efficient rendering of environmental, 3D positional audio.

Converting audio to CAF format for playback on iPhone using OpenAL

I am using the SoundEngine sample code from Apple in the CrashLanding sample to play back multiple audio files. Using …

iphone core-audio openal afconvert
Installing OpenGL and OpenAL in Ubuntu

How can I install OpenGL (with GLUT) and OpenAL (with ALUT) in Ubuntu Lucid lynx? I tried installing Mesa 7.8.2 using …

opengl ubuntu openal
Android OpenAL?

Has anyone built OpenAL for the Android, or found the shared library for it on the system? This seems like …

android audio android-ndk openal alsa
Recording Audio with OpenAL

I've been comparing various audio libraries available in C++. I was wondering, I'm kind of stuck starting with OpenAL. Can …

c++ audio openal
Audio/MIDI C++ library for a real-time application

As I've already said in another thread, I'm working on a project related to real-time graphical programming for audio (something …

c++ audio real-time midi openal
iOS: Audio Units vs OpenAL vs Core Audio

Could someone explain to me how OpenAL fits in with the schema of sound on the iPhone? There seem to …

ios core-audio openal audiounit
Outputting Sound to Multiple Audio Devices Simultaneously

OK, the first issue. I am trying to write a virtual soundboard that will output to multiple devices at once. …

windows audio openal simultaneous directsound
How to program a real-time accurate audio sequencer on the iphone?

I want to program a simple audio sequencer on the iphone but I can't get accurate timing. The last days …

iphone audio core-audio timing openal
Open Source sound engine

When I started using SoundEngine (from CrashLanding and TouchFighter), I had read about a few people recommending not to use …

c++ iphone core-audio openal
How to adjust the volume of a sound in OpenAL?

How can I adjust the volume of a sound in the OpenAL sound library?

iphone openal