0

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.

  • 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 Answers1

1

This is quite broad.

I can point out a few starting points for you:

  1. Android Media Player
  2. How to access an Audio file in Android
  3. Playing Audio in Android
  4. How to use .3gp Files

I hope this guide you in the right direction.

Good luck!

Community
  • 1
  • 1
TejjD
  • 2,571
  • 1
  • 17
  • 37