android AudioRecord amplitude reading from MIC

前端 未结 2 1049
太阳男子
太阳男子 2021-02-05 22:23

I am trying to record the sound from the MIC and draw a live graph. I am able to record and draw the graph. The problem is the values that are recorded using the code below are

2条回答
  •  梦谈多话
    2021-02-05 23:05

    Try using a higher sampling rate. The maximum is 48000, but 44100 is standard.

    Also, it is possible the microphone is just recording background noise.

提交回复
热议问题