0

I did a record voice app that works with a bluetooth headset. Its very simple and its working fine.

But the sound recorded are to loud.

id like change the sensitivity from my microphone captation.

how can i do it ? i dont know the method that control its

Jasar Orion
  • 626
  • 7
  • 26

1 Answers1

0

Have a look at the accepted answer here:

How to adjust microphone sensitivity while recording audio in android

As noted you can't do this on the fly but could give the user control over the input volume, rather than hardcoding it yourself.

Ark
  • 1
  • 1