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

Audio files should be preloaded before use for better sync before playback. #11

Open
robertbryer opened this issue Sep 28, 2018 · 0 comments

Comments

@robertbryer
Copy link

If playing back on a connection that isn't particularly fast, there will be a delay before the audio sources start playing back. We should make a cue for a certain number of seconds before hand to set .preload = true on the media so that it is ready to go when it hits play.

We should also at this point investigate if we can use https://www.w3.org/TR/media-frags/

#t=10,20

To truncate how much gets downloaded when preloading - the behaviour likely depends upon the browser, but worth looking at.

@nigelmegitt nigelmegitt transferred this issue from another repository Mar 1, 2021
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

1 participant