I have an Android project need to read any Audio format and convert it to 16-bit PCM format. Is it a possible?
If not , is possible just convert some popular audio format ?
If it possible , can somebody suggest 3rd library to do it?
Very thankful.
You shouldn't need a third-party library, the MediaCodec and related classes have been in the SDK since API v16: http://developer.android.com/reference/android/media/MediaCodec.html