How to play the same Sound multiple times with overlap, using OpenAL or Finch?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-05-03T18:25:27Z Indexed on 2010/05/03 18:28 UTC
Read the original article Hit count: 318

Filed under:
|
|

Finch uses OpenAL. However, when I have an instance of Sound, and say -play, the sound plays. When I call -play multiple times one after another in a fast paced way, every -play makes the current sound playback of that sound stop and restart it.

That's not what I want. Would I have to create multiple sources or buffers to get that working? Or would I just instantiate multiple Sounds with the same file?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about finch