I'm making an opengl game for iPhone. And I'm about to start adding sound effects to the app. I wonder what's the best framework for this purpose.
Is AV foundation my best option? Any others I'm missing, like Open AL perhaps?
|
I'm making an opengl game for iPhone. And I'm about to start adding sound effects to the app. I wonder what's the best framework for this purpose. Is AV foundation my best option? Any others I'm missing, like Open AL perhaps? |
||||
|
|
General strength/weakness summary of iPhone sound APIs from a game perspective:
Be sure you set up your audio session appropriately, meaning you declare a category that indicates how you interact with the rest of audio on the device (allow/disallow iPod playback in the background, honor/ignore ring/silent switch, etc.). AV Foundation has the Obj-C version of this, and Core Audio has somewhat more powerful equivalents. |
|||
|
|
Kowalski is another game oriented sound engine that runs on the iPhone/iPad (and OSX and Windows). |
|||
|
|
|
You might want to check out Finch, an OpenAL sound effect engine writter exactly with games in mind. |
|||
|
|