I'm working on a music player for android, loosely based on the AOSP music player project.
The audio runs in a foreground service, but I've found songs are occasionally 'skipping', small audible 'hiccups' in the tracks.
Are there any other ways to improve the audio performance? Are there ways to raise the priority of the service, or otherwise protect the audio stream?
Thanks for your assistance.