I2C microphone adjustable gain #1849
-
Hi, is it possible to adjust the gain of the i2c microphone in aurduino-audio-tool library? The sound level coming out currently is almost not possible to hear (in the web browser player), so the volume needs to be increased on the HW level. It would be great if this library could support it somehow :-) |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Dec 30, 2024
Replies: 1 comment
-
There is a wiki for Volume Control and Panning! If you use a configurable ADC/DAC via the audio-driver library and the ADC supports this, you can use the corresponding setInputVolume() method. |
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
There is a wiki for Volume Control and Panning!
If you use a configurable ADC/DAC via the audio-driver library and the ADC supports this, you can use the corresponding setInputVolume() method.