I have a source that streams wav audio in alaw format which I would like to receive in Android, but Android only supports linear PCM: Android Supported Media Formats
There are a few apps on the market that stream alaw, but I'm not sure how the developers made it happen. What is the correct approach to adding this functionality?