To mix sounds using OpenAl
Anybody have any idea about how to mix sounds in iphone.We can use OpenAl that i know but need some sample application or code which would be easier for me to understand this concept As i have seen some apples demo application which uses openGl along with open开发者_开发知识库Al and is too confusing for me to understand this as i am new to this openGl environment
Thanks All in advance.
I would suggest you visit here http://connect.creativelabs.com/openal/Documentation/OpenAL_Programmers_Guide.pdf and download the guide. There are plenty of code snippets in the guide that can help you build the code base that you need. Works on the iPhone too, I built a mixer once myself :) Good luck!
EDIT
http://www.devmaster.net/articles/openal-tutorials/lesson1.php
http://kcat.strangesoft.net/openal-tutorial.html
精彩评论