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
Given
I am using a OnePlus7 Pro (Android 12, 8GB ram)
When
I run any KorGE application that uses readMusic() using KorGE 6.0.0-beta1 or 6.0.0-beta4
Then
Audio sounds very choppy (non-smooth streaming)
readSound() works very fast, and is fine. So it seems to be an issue with streaming performance.
KorGE 6.0.0-alpha9 also works fine.
To test out, simply add any 'medium-long' mp3 file to a default hello world project using 6.0.0-beta4 and load it using resourcesVfs["my.mp3"].readMusic().play()
The text was updated successfully, but these errors were encountered:
Given
I am using a OnePlus7 Pro (Android 12, 8GB ram)
When
I run any KorGE application that uses
readMusic()
using KorGE 6.0.0-beta1 or 6.0.0-beta4Then
Audio sounds very choppy (non-smooth streaming)
readSound() works very fast, and is fine. So it seems to be an issue with streaming performance.
KorGE 6.0.0-alpha9 also works fine.
To test out, simply add any 'medium-long' mp3 file to a default hello world project using 6.0.0-beta4 and load it using
resourcesVfs["my.mp3"].readMusic().play()
The text was updated successfully, but these errors were encountered: