Is there an Android-native API which would help me analyzing raw PCM data?
(Just basic things: frequency, volume of a data piece.)
If not, are there good (non-Android-specific) references to reading PCM?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may be interested in reading up on the AudioTrack class.
From the docs: http://developer.android.com/reference/android/media/AudioTrack.html
An article: http://mindtherobot.com/blog/580/android-audio-play-a-wav-file-on-an-audiotrack/