OpenAL tone generation on iPhone

Posted by Sj on Stack Overflow See other posts from Stack Overflow or by Sj
Published on 2010-03-31T09:31:05Z Indexed on 2010/03/31 9:33 UTC
Read the original article Hit count: 510

Filed under:
|

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 a tone generator using OpenAL on the iPhone SDK. All I need is the ability to produce a certain frequency tone consistantly over and over again.

This is a last resort so sorry if it sounds kind of stupid.

© Stack Overflow or respective owner

Related posts about openal

Related posts about iphone