Need a Sound Engine or Audio Engine for iOS
I want to play multiple tracks simuntanusly and mix them. Apply effects like flange, reverb, chorus any one know a sound engine workin开发者_StackOverflowg on iphone?
Take a look at The Amazing Audio Engine: http://theamazingaudioengine.com/
Check out Superpowered. Looks pretty powerful.
Have you heard about fmod? Take a look at this website
Hope it helps.
OpenAL is pretty powerful. It can take multiple sources (upto 32 i believe) and play them at the same time. Check this link out. Hope it helps.
BASS audio library also has an iOS version with a shareware license that costs 125€.
Also there is this very nice cross platform Audio API for iOS and Android called Cricket Audio
. You can refer to it from the below link:
Cricket Audio API for Games and Other apps
Hope this helps you.
You might also want to take a look at Novocaine, which is really straightforward to use.
fmod.org provide a nice framework that helps a lot while working with audio.
I'm using something like Cocos2D Simple Audio Engine:SoundMaster engine. But it has better memory management, cross-fade effects and other features.
精彩评论