Does the Audio Framework have a for automatically flipping pages or views in sync with audio?
Thanks for your answers.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. when you start playing the audio, spawn a background thread that checks the audio player’s current playback time every 0.1 seconds or so. when its time to update a view/page, switch the view on the main thread.
you can store the times to switch for each page in a dict or array in a plist.