Skip to content

Seeking help for synchronizing multi-track audio #3917

Answered by katspaugh
ohbks asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you so much for validating the move to MediaElement!

The playback sync issues might be also related to the partial loading of audio files which is the default mode in most browsers. It fetches a small portion as it plays. There’s no way to force a preload but you could set it to auto (see https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/preload).

To pass the attribute, you’d have to init a media element yourself like in this example: https://wavesurfer.xyz/examples/?video.js

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ohbks
Comment options

Answer selected by ohbks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants