-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
Delay of sound after not focusing the game window #975
Comments
Confirmed. |
hajimehoshi
added a commit
that referenced
this issue
Nov 6, 2019
When writing is stopped on Oto's players, unexpected delaying happens. The ideal solution is to have APIs to suspend and resume Oto's player, but this is not easy. For a temporary solution, write zero values on the players when audio is suspended. Fixes #975
The fix causes PARTIAL_WAKE_LOCK on Android. |
hajimehoshi
added a commit
to ebitengine/oto
that referenced
this issue
Nov 10, 2019
hajimehoshi
added a commit
that referenced
this issue
Nov 10, 2019
I'll reflect this fix on 1.10 after Oto v0.5.3 is released. |
hajimehoshi
added a commit
that referenced
this issue
Nov 10, 2019
Now Ebiten has Oto v0.5.3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: Mac
ebiten version: ddba7f0
Repro Step:
It seems the amount of delay is proportional to the time you were not focusing the window.
The text was updated successfully, but these errors were encountered: