• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Best format for audio samples, and how to extract

Forepick

Lurker
Hi
I'm pretty new to Android development but a veteran in audio development, on other platforms.
I'm looking for the best approach to:
1. read audio samples as a single compressed audio file,
2. extract the raw PCM data from it
3. split it to several short[] samples (raw PCM)

so the questions are actually:
1. What is the best audio format for it?
2. What is the fastest way to perform this decoding?
3. Is there a rather-easy-to-integrate library I could use for it (probably not pure java...)

Thanks very much
 
Back
Top Bottom