synchronize audio and animation

Started by Mareos9593, May 03, 2019, 05:06:38 PM

Previous topic - Next topic

Mareos9593

I need to show a bones animation and given an audio at the same time, I working in android and I using MediaPlayer class from android.

raft

Well, you are in control of starting an animation sequence and starting audio callback, you can do both at the same time and stop audio when you decide to stop animation sequence. or vice versa, stop animation sequence when audio ends.