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

Investigate audio alignment/duration issue #100

Open
jbilcke-hf opened this issue Sep 4, 2024 · 0 comments
Open

Investigate audio alignment/duration issue #100

jbilcke-hf opened this issue Sep 4, 2024 · 0 comments
Labels
bug Something isn't working core features anything just necessary
Milestone

Comments

@jbilcke-hf
Copy link
Owner

Context

It appears that we have an issue with audio playback, on the "wasteland" example audio continue for about 4 seconds, so after the cursor gets out of the timeline's expected duration

I think this is due to a difference between the endTimeInMs - startTimeInMs which is shorter than the actual assetDurationInMs

Solution

  • crop the asset (cut the sound when we are out of bound)
  • maybe show a visual indicator to explain this (in some editors we can see when content is cut vs a natural end)
@jbilcke-hf jbilcke-hf added the bug Something isn't working label Sep 4, 2024
@jbilcke-hf jbilcke-hf added this to the 1.0.0 (MVP) milestone Sep 4, 2024
@jbilcke-hf jbilcke-hf added the core features anything just necessary label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core features anything just necessary
Projects
Status: No status
Development

No branches or pull requests

1 participant