I need to process an audio file in android to know if the voice is contiguous with no periods. the audio file that I need to process it is not huge it is a very small file regarding the time and the size. I need to know if there is any library or way to perform this , I need to know how to start.
Asked
Active
Viewed 1,769 times
0
-
possible duplicate of [How to read raw values of 3gp / AMR-NB audio format?](http://stackoverflow.com/questions/14267707/how-to-read-raw-values-of-3gp-amr-nb-audio-format) – Vatsal Juneja Apr 19 '15 at 19:04
1 Answers
1
This is quite broad.
I can point out a few starting points for you:
- Android Media Player
- How to access an Audio file in Android
- Playing Audio in Android
- How to use .3gp Files
I hope this guide you in the right direction.
Good luck!