audio - play two sounds simultaneously iphone sdk -


I am trying to make a small music app on the iPhone I have to make an octagonal piano that will respond to the touch and The user wants to play the key or keys that touch. How can I get two or more sounds to play at the same time, so it looks like a string? I tried using AVFoundation, but two sound just one after another play it.

AudioQueueServices Docks are here:

Basically you have to type some code to open multiple outputs, and then block the main command and before audioQueueStart (AudioQueueRef aq) That's not everything

AVAudioPlayer is not really good enough for this kind of thing, unfortunately.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -