-
-
Notifications
You must be signed in to change notification settings - Fork 245
Description
Description
Hello, as it is not in the rejected features (yet), I'll give it a go.
Auxio seems to use an internal audio decoder, and not the one from the phone, hence my request to offer option to use phone native decoder.
Why would you want to use internal audio decoder ?
Because (at least on my Samsung phones) the internal decoder use hardware BT decoding, and it uses (way) less battery. You can check CPU usage with adb top for example.
Example with Auxio (screen off):
Example with Vanilla Player (open source player which uses phone decoder):
You don't even see ch.blinkenlights.android.vanilla which is the name of Vanilla Player package.
I know a lot of audio players want to use their own decoders, but it often uses battery which is not needed, because in my case I use well-known codecs like mp3 & flac.
Problem solved
The related problem is: consumming battery which could be avoidable
Other implementations
Vanilla Player uses internal decoder.
Benefit
Uses less battery when used with Bluetooth (which I think is used by 95% of people)
Duplicates
- I have checked this feature request for duplicates.
- I have checked that this feature is not implemented in the lastest version.
- I have checked the Why Are These Features Missing? page.
- I agree to the Contribution Guidelines.