I need to animate a few images with a song..So I fixed the timings for animation.I am using AVFoundation.Framework.But animation is not happening at perfect time..Its taking time for loading.I tried with AudioToolbox framework also.it is working for short duration song,but not working for long duration song.How to fix this problem.Please help..
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I would load all images before you start playing the audio and then hide/show/animate based upon position of playbackhead in audio player. |
|||||||
|