What sound library do you use?
Hello mates!
I'm creating a game using cocos2d, and using Deshion for sound, but it seems a too rudimentary library.
What sound library do you use in your games?
Thanks a lot for suggestions.
Ricardo.
I'm creating a game using cocos2d, and using Deshion for sound, but it seems a too rudimentary library.
What sound library do you use in your games?
Thanks a lot for suggestions.
Ricardo.
OpenAL, it's pretty easy to use straight up. I think we have < 100 lines of OpenAL code in our entire project to make it do exactly what we wanted it to do.
Scott Lembcke - Howling Moon Software
Author of Chipmunk Physics - A fast and simple rigid body physics library in C.
I use Finch ( simple OpenAL wrapper ) for short/interface sounds.
I use AVAudioPlayer for playing long/background/compressed audio.
I use AVAudioPlayer for playing long/background/compressed audio.
Virus Out
Big Bang Board Games
Adventures on Pirate Isle
Solace - Strategy, War, and Glory!
The Belt
I created a freely available sound manager for my tutorials and book. This uses OpenAL for shorter game sounds and AVAudioPlayer for music tracks etc.
You can find it at http://www.71squared.com/2011/01/latest-sound-manager/
Mike
You can find it at http://www.71squared.com/2011/01/latest-sound-manager/
Mike
iPhone Game Development Blog - 71Squared
(Mar 18, 2011 11:00 AM)MikeD Wrote: I created a freely available sound manager for my tutorials and book. This uses OpenAL for shorter game sounds and AVAudioPlayer for music tracks etc.
You can find it at http://www.71squared.com/2011/01/latest-sound-manager/
Mike
Thanks, it seems a nice library.
Does fadeMusicVolumeFrom have an equvialent method for sounds?
Should I use shutdownSoundManager in my Terminate app delegate? (I think nowadays never is called).
Thanks a lot.
I use OpenALManager, formerly ObjectAL. 2-3 lines of code to get your background music or effects playing the way you want them, depending on whether you like to preload, load on first use or stream.
http://kstenerud.github.com/ObjectAL-for-iPhone/
http://kstenerud.github.com/ObjectAL-for-iPhone/
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| What file sound format, sound format and library do you use? | riruilo | 10 | 6,590 |
Dec 27, 2008 01:32 PM Last Post: AnotherJake |
|

