-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So I have been looking around for some time now on a way to produce a variable tone on the iPhone using OpenAL, the issue being the Apple has deprecated the ALUT part of OpenAL that has the alutCreateBufferWaveform that would be perfect for this. I was wondering if anyone had any idea how to make…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
The OpenAL site I'm looking at is a crappy outdated and broken sharepoint portal and the SDK in the downloads section give me a 500 html code when i request it.
http://connect.creativelabs.com/openal/Downloads/OpenAL11CoreSDK.zip
I found an OpenAL SDK on a softpedia and it has headers but not alu…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The OpenAL API states that an setting an offset still causes the sound to loop back to zero for looping sources. But is there a way to loop and still have an offset somehow?
I have an mp3, and since it contains headers with information at the start of the file, there's a small, but noticable, delay…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi there,
I've played a little bit with OpenAL, and I must say that it's pretty fast, even on the iPhone.
However, I still got one problem.
My app is recording the user voice, and repeats what he said using OpenAL.
I've modified the AL_PITCH value, but it's currently also changing the speed, which…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using OpenAL on iPhone to play multiple audio samples simultaneously.
Can I get OpenAL to notify me when a single sample is done playing?
I'd like to avoid hardcoding the sample length and setting a timer.
>>> More