views:

117

answers:

1

I am trying to loop a 2 second sound continuously that I am using in my touchesMoved method and want to make it play continuosly and not stutter or stop because the user stopped moving their finger and also maybe fade the sound into itself smoothly. I have tried system sounds and AVAudioPlayer

A: 

i've alreay offered you to use OpenAL in your previous question

Morion
I understand but Open AL seems like it's very complex in that there are alot of methods involved in that way of doing that
Jaba
OpenAL uses low-level API so it will work faster. All code with low-level API looks complex. Nevertheless, here is good tutorial that will allow you to create simple cover class to load and play sounds using OpenAL. http://benbritten.com/2008/11/06/openal-sound-on-the-iphone/comment-page-1/
Morion