How to decode MP3 in Android within app?
问题 I'm currently working on an app that lets the user choose an MP3 audio file. The file is then processed by my app. For this processing, the application would need to decode audio files to get the raw PCM output. To decode MP3, I have two options: Use the Android system to decode MP3 and get the PCM data. Decode the MP3 myself on the phone, WITHOUT paying MP3 licensing fees. My question is whether #1 is technically possible? And for #2, whether the MP3 license on the phone covers an app as