Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to play multiple tracks simuntanusly and mix them. Apply effects like flange, reverb, chorus any one know a sound engine working on iphone?

share|improve this question

6 Answers

up vote 1 down vote accepted

Have you heard about fmod? Take a look at this website

Hope it helps.

share|improve this answer

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.

share|improve this answer

BASS audio library also has an iOS version with a shareware license that costs 125€.

share|improve this answer

Take a look at The Amazing Audio Engine: http://theamazingaudioengine.com/

share|improve this answer

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.

share|improve this answer

fmod.org provide a nice framework that helps a lot while working with audio.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.