www.jpct.net

Bones - Skeletal and Pose Animations for jPCT/jPCT-AE => Bones => Topic started by: Mareos9593 on May 03, 2019, 05:06:38 pm

Title: synchronize audio and animation
Post by: Mareos9593 on May 03, 2019, 05:06:38 pm
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.
Title: Re: synchronize audio and animation
Post by: raft on May 03, 2019, 05:10:37 pm
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.