-
Notifications
You must be signed in to change notification settings - Fork 10
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
audio-ended fired before position update #112
Comments
I could fix this by setting |
@Glarregle Unfortunately I don't think anyone is maintaining this repository anymore. I forked this last year and updated it to modern standards making it way more ergonomic and I'd highly recommend you switch to using |
@jkeen Thanks, we're on [email protected]. Can you tell me what package version of |
@Glarregle The latest version requires 3.27 or higher, but I think if you pin ember-stereo to |
I've found that
audio-ended
event is fired but after itposition
property is updated again. I have to keep track of the audio playing until it totally ends (to display progress). But how can I certainly track the audio position until its end?Here an example of logs:
You'll see here, I get the position in the event as 1814.147 and then it updates again to 2263.946
The text was updated successfully, but these errors were encountered: