1

I am trying to convert voice it could be humming or in singing mode to analog and digital signal so that I can get a pattern and by this I can move the objects. I am already converted my voice into text speech(speech api is available for android). I have tried musicg api but not able to succeed. Could anyone please suggest any sound api, suggestion are welcome.

Thanks in advance, Nimit

Nimit Jain
  • 95
  • 2
  • 7
  • What do mean by "analog signal"? Are you talking about doing an FFT to process the audio data in the frequency domain? That would still be a digital signal. – Michael Apr 08 '13 at 12:13
  • Yes, you are right Michael. Is there any way to achieve this? This would be very helpful. Thanks. – Nimit Jain Apr 08 '13 at 15:00
  • Anyone from the android or java community, please share your views and ideas. – Nimit Jain Apr 09 '13 at 06:57