-2

Is there any example to get the volume of the microphone in an Angular app?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
  • Does this answer your question? [Checking microphone volume in Javascript](https://stackoverflow.com/questions/33322681/checking-microphone-volume-in-javascript) – D M May 05 '22 at 16:03

1 Answers1

0

you can get or set the microphone volume using the Web Audio Api. This is completely unrelated to Angular.

D M
  • 5,769
  • 4
  • 12
  • 27
mindthefrequency
  • 536
  • 2
  • 11