ESP32 Boost Microphone (INMP441) with AudioEffects #153
-
Hi, i have connected an INMP441 with an I2SStream to my ESP32 huzzah feather. The example code is running fine. Although I can successfully add effecte to different sources, I fail with a "GeneratorFromStream" source. My source code is pretty much the basic setup:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think the key question is the following: is it also distorted if the factor is smaller then 1.0 ? |
Beta Was this translation helpful? Give feedback.
-
I suggest to Remove ConverterFillLeftAndRight<int16_t> filler(LeftIsEmpty); because that's only relevant for 2 channels... |
Beta Was this translation helpful? Give feedback.
I think the key question is the following: is it also distorted if the factor is smaller then 1.0 ?
If you just want to control the volume I suggest to use the VolumeControl instead.