You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After switching everything over to tabs in the tabbed-windows branch, testVideo and testAudio no longer produce any output. There are no obvious errors from Grail or MPV that are being emitted, but it is suspected to be a memory bug.
The text was updated successfully, but these errors were encountered:
Turns out that it was an issue to do with the fact that we're relying on the frame-rate to determine the update time. We fixed it by setting the framerate to 0 (continuous updates and renders), but we need to determine an alternate method of playing audio without forcing redraws.
Not a memory issue. Audio and video require animation to be on in order to act. For video, that isn't bad. For audio, we need to create a background thread so video need not be animated in order to play sounds
After switching everything over to tabs in the tabbed-windows branch, testVideo and testAudio no longer produce any output. There are no obvious errors from Grail or MPV that are being emitted, but it is suspected to be a memory bug.
The text was updated successfully, but these errors were encountered: