Adjust Microphone Recording Volume

后端 未结 1 1181
暗喜
暗喜 2021-02-04 04:30

We are trying to adjust the volume level at which we record. It seems like the microphone is very sensitive and picks up a lot of static.

We looked at setVolumeControlS

相关标签:
1条回答
  • 2021-02-04 05:01

    Set your audio source as 'MIC' using MediaRecorder.AudioSource class and adjust volume by calling onVolumeSetRequest method.

    0 讨论(0)
提交回复
热议问题