Hello I am using Esp32 s3 korvo2 dev kit, it has 2 mics embedded in it. I want to display the audio input which is given using one of the mic in the microcontroller using i2s in esp-idf and then bring ...Read more
Hello
I am using Esp32 s3 korvo2 dev kit, it has 2 mics embedded in it. I want to display the audio input which is given using one of the mic in the microcontroller using i2s in esp-idf and then bring the trained model to the microcontroller. Could anyone has worked on it or has idea, help me with it. Any inputs are highly appreciated.
Thank you
Read less
You can use the AMIC and DMIC, however both will effectively go through the ADC filters. If you enable the ADC_FILTER1, which has the voice and music filters both paths (AMIC, DMIC), will be effected by the filters.
You can use the AMIC and DMIC, however both will effectively go through the ADC filters.
If you enable the ADC_FILTER1, which has the voice and music filters both paths (AMIC, DMIC), will be effected by the filters.
See less