1

How to catch the voice input when user start speaking, as like talking tom application. Can any one help me ? i want to start the voice record when the user start speaking it must stop when user stop talking, as like how the talking tom application works.Can any one help ? Thanks in Advance.

Ryada
  • 95
  • 1
  • 2
  • 14

1 Answers1

1

You have to use some Voice Activity Detection (VAD) algorithms. This signal processing stuff is usually written in C so you also have to learn something about using NDK

sinisha
  • 1,013
  • 13
  • 30
  • You can check following SO answer http://stackoverflow.com/questions/5367214/any-simple-vad-implementation – sinisha Sep 24 '12 at 08:32