|
Post by meerlu on May 22, 2023 13:14:59 GMT -5
Hello. Haven't really been into portable audio since the discman, lol. Anyways, I've been getting more into it over the last few weeks. I've tried most of the Droid players and I really like this one. I plan to buy a "dongle" DAC and some better headphones soon. I've been doing a bit of reading and it seems that Android likes to resample all audio to 48khz. A few players claim to be able to override this. None of them come remotely close to GMMP's excellent interface though. Are there any plans to implement this in the future? Or maybe it already does and I'm dumb? lol Cheers
|
|
|
Post by GoneMAD on May 22, 2023 13:28:41 GMT -5
no plans on using anything other than the Audiotrack api to output audio. developer.android.com/reference/android/media/AudioTrackAudioTrack implementation is dependent on the device (api supports 192khz.. any resampling done would be something done by the manufacturer's implementation of the api). I dont have the time nor desire to mess around with unsupported/unofficial apis or doing device specific implementations.. its just not maintainable for a hobbyist android developer
|
|
|
Post by meerlu on May 24, 2023 12:07:46 GMT -5
Interesting. Thanks. Is there an easy way to find out how your device implements AudioTrack?
|
|
|
Post by GoneMAD on May 24, 2023 17:34:29 GMT -5
Interesting. Thanks. Is there an easy way to find out how your device implements AudioTrack? Not really unless the manufacturer open sources it's os software which almost none do
|
|
|
Post by meerlu on May 26, 2023 12:50:16 GMT -5
Dang. Alright. Thanks for your time
|
|