Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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..

share|improve this question

1 Answer

up vote 0 down vote accepted

I would load all images before you start playing the audio and then hide/show/animate based upon position of playbackhead in audio player.

share|improve this answer
Its working..... – hgpl Aug 19 '11 at 12:19
Which framework I can use if I want to animate different image with the perfect timings of song? – hgpl Aug 20 '11 at 6:47
You might want to look into using cocos2d it has some neat animation abilities and texture sheet abilities etc. which would help you keep memory usage down. – ade Aug 22 '11 at 16:28

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.