-
Notifications
You must be signed in to change notification settings - Fork 67
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
Severe lag in playing multiple UIs at the same time #64
Comments
BytesZero
added a commit
to BytesZero/soundpool
that referenced
this issue
Apr 17, 2021
@yy1300326388 Thank you for the solution. It may be good idea to perform all of audio operations on separate thread. Have you tried to set |
@ukasz123 I tried the settings but it does not work. sound = Soundpool(maxStreams: 9);
loadAduio(); |
ukasz123
added a commit
that referenced
this issue
May 30, 2021
Move all operation on Soundpool to separate thread pool
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Playing multiple audio at the same time will freeze the UI problem, as shown in the two videos below, I have solved this problem, see pr for details
1618624768635431.mp4
1618625087219946.mp4
The text was updated successfully, but these errors were encountered: