aidancrowther / aidancrowther/ASCIIPlay
Improve Fast-forwarding
Ouverte
enhancement
- Langage dominant
- C
- Étoiles
- 33
- Forks
- 2
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Fast-forwarding currently operates by disengaging the frame limiter to allow the renderer to pull frames as they are decoded. This allows the video to run at a faster pace, however, it is quite slow once the renderer catches up to the buffer head.
Instead, the buffer should be caught up to and cleared as necessary, and then frames should be skipped in the loader to increase the rendering pace, going back to normal once the fast forward is terminated.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.