简体   繁体   中英

Android AudioInputStream

I'm looking to open a file on a user's Android device ("song.mp3") and read the audio samples, much like an AudioInputStream in Java. I also want the possibility of reading multiple file types (.wav, .mp3, etc) but if it only reads one file type that is fine. I'm simply looking for ANY library that will allow me to read raw audio samples. Any suggestions?

The android.media package has a range of various tools. http://developer.android.com/reference/android/media/package-summary.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM