Author Topic: synchronize audio and animation  (Read 22309 times)

Offline Mareos9593

  • byte
  • *
  • Posts: 4
    • View Profile
synchronize audio and animation
« 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.

Offline raft

  • Moderator
  • quad
  • *****
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: synchronize audio and animation
« Reply #1 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.