0

I want to make an test application which will be capable of recording sound of the environment and will generate a graph in android. Please someone suggest me how to capture the surroundings' sound and analyze it to detect noise or something like that. I am new in android. :)

Thank You.

Emon Emoni
  • 133
  • 5
  • 17

2 Answers2

1

Use MediaRecorder, Luke. Or, AudioRecorder if you need more control over data, which is being recorded.

Igor Filippov
  • 14,641
  • 17
  • 81
  • 155
1

try recording with the microphone using AudioCapture.

Vinay W
  • 9,323
  • 7
  • 35
  • 44