DestinationSol
DestinationSol copied to clipboard
Audio related performance issue on Android
When I test on Android I get a fair amount of log spam like so:
08-27 00:04:03.461 17073-17098/com.miloshpetrov.sol2.android W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client
08-27 00:04:03.680 17073-17098/com.miloshpetrov.sol2.android W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client
08-27 00:04:03.898 17073-17098/com.miloshpetrov.sol2.android W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client
08-27 00:04:04.428 17073-17098/com.miloshpetrov.sol2.android W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client
08-27 00:04:04.453 17073-17098/com.miloshpetrov.sol2.android W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client
08-27 00:04:04.517 17073-17098/com.miloshpetrov.sol2.android W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client
08-27 00:04:05.234 17073-17098/com.miloshpetrov.sol2.android W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client
08-27 00:04:05.371 17073-17098/com.miloshpetrov.sol2.android W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client
I'm not sure if this was also present before the music was added, but it does likely go hand in hand with when I observed performance issues on Android with music playing (since I was paying attention at that point)
Probably need to do a bit of digging to actually understand what that means. Not a lot of Android activity right now, not in a big rush to investigate.
Google? Btw it wasn't present or else i would have seen it.