Search code examples
exoplayerjust-audio

JustAudio Battery Usage and Audio Offload


I am concerned about the battery usage of ExoPlayer, and their suggestion to use audio offload when playing longer streams. Their documentation says that audio offload is in experimental phase.

I recently saw that just_audio upgraded to ExoPlayer 2.15.0

To minimize battery usage, does just_audio use audio offload when playing long streams?


Solution

  • At least as of 0.9.11, just_audio/ExoPlayer doesn't have any Java code for offline scheduling under the hood or any Dart API for turning it on, but you can make a feature request.