play-co / timestep

GNU General Public License v3.0
16 stars 27 forks source link

Setting song start time works on browser but not native #96

Open JamsheedMistri opened 8 years ago

JamsheedMistri commented 8 years ago

In order to get around #95, I tried to make a native variable keeping track of time, then playing multiple songs at that time. It works on the simulator, but when I compile apps it plays from the beginning.

yofreke commented 8 years ago

example:

var audioManager = new AudioManager({ ... })
audioManager.play('mysong', {
  time: 2
});