Oh, and they say, try to keep install size to a couple megs (largest apps are at the top of the uninstall list ;-). I'm looking at mp3 compression for my stuff, but I have to look into mp3 licensing issues, if there are any. I know that on PCs, audio libs like FMOD say you need to pay some license for mp3 playback.
I will use OpenAL so that I can do simultaneous sounds/music. My reading of AVAudioPlayer I don't think it can do simultaneous sounds, but I will give it a try first.
3 comments:
So how did you create it? GarageBand? Something else?
Oh, and they say, try to keep install size to a couple megs (largest apps are at the top of the uninstall list ;-). I'm looking at mp3 compression for my stuff, but I have to look into mp3 licensing issues, if there are any. I know that on PCs, audio libs like FMOD say you need to pay some license for mp3 playback.
I created it in GarageBand. I will import to iTunes, and then convert to either IMA4 or MP3.
http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/AudioandVideoTechnologies/AudioandVideoTechnologies.html#//apple_ref/doc/uid/TP40007072-CH19-SW32
I will use OpenAL so that I can do simultaneous sounds/music. My reading of AVAudioPlayer I don't think it can do simultaneous sounds, but I will give it a try first.
Post a Comment