Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JamsheedMistri opened this issue Jan 21, 2016 · 1 comment
Open

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

JamsheedMistri opened this issue Jan 21, 2016 · 1 comment

Comments

@JamsheedMistri
Copy link

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
Copy link
Contributor

yofreke commented Feb 6, 2016

example:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants