Auto Gain Control ( AGC ) for Mic #1241
-
Has anyone had any success in implementing some form of auto gain control for a microphone input? My i2s Mic ( ICS-43434 ) sounds fine at default values when speaking directly into it, but at any distance, requires considerable gain and subsequent clipping at close distance. |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Jan 25, 2024
Replies: 1 comment
-
It should be quite easy to build something which reads the current volume (using a VolumeOutput) and adjust it (using a VolumeStream) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be quite easy to build something which reads the current volume (using a VolumeOutput) and adjust it (using a VolumeStream)