In my application I have a cartoon animation, with two characters that speak with each other. I need to animate their mouth, to give the impression of synchronism between the speech and the opening/closing of their mouth.
I know that CDAudioManager
is a wrapper around AVAudioPlayer
, so I have the isMeteringEnabled
property available.
Is there a way to use the meter levels do upadte the two frames of the characters' mouth (open and close)? Or is there a better approach for this? Thanks!