-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feat: Support playback speed sync (0.75, 1.3, etc.) #8
Comments
Hi, thanks for report. Yes. I'm also thinking about changing playback speed. It is quite tricking for implement. Without breaking the main functionality. Just I need a lot of time for testing all use cases. So I will add this task some when after #6 So be patient! I'll definitely come back to this issue in the future (after #6). |
Doubled "support" in the name of feature. |
@cratu, Thanks! Fixed. |
Just FYI, already started working on #6, so next features will release out faster |
Little update, I'm almost done feature. I had to change the "main" sync algorithm for this. But still there are bugs in corner cases (cannot reproduce yet stable without unit testing #6). Will prepare alpha version soon just for ability use as-is for those who are waiting and for testing. |
Problematic
I prefer watch some video with 1.3x speed. When I change playback speen on main window the others plays still with original speed and became sync for short time, when sync_all called.
Solution
With checking state check check also playback speed and sync with others copies. Does RC API support that functions, I don't know.
The text was updated successfully, but these errors were encountered: