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 synchronization with external sync callback and audio stream #199

Open
pfaffinger opened this issue May 6, 2024 · 1 comment
Open

Comments

@pfaffinger
Copy link

I got a AVI container with MJPEG video and S16 mono audio stream, or a mp4 container with h264 video stream. There are up to 4 player objects running which are synchronized through the onSync event and a callback clock class.
When playback rate is raised to about 2 to 8 times normal speed, and then reset to normal playback, the audio stream is not sync anymore, its after the video nearly the time, the playback rate was raised.
The audio output is muted as long as the playback rate is above or under normal..

Expected behavior
Audio stream should be synchron, even after playback rates changed various times.

Environment:

  • OS: Windows 10/11
@wang-bin
Copy link
Owner

onSync does not support audio currently

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