Possible Duplicate:
How to Play a sound using AVAudioPlayer when in Silent Mode in iPhone
Yes, I know, that user asked silence, but it's really necessary in this application and it's predictable for user.
So, is it possible to play sound in silent mode?
Sound is encoded so it's decoding and filling buffer of queue with audio data (if needed - could copy code here). Usually, as I figured out, AVAudioSession
is using, but is it possible to use it to play not 'full'-file, but file in pieces (packages).