Using the ADC to record stereo signals
Posted: Mon Mar 04, 2019 9:26 am
I was reading the API docs for i2s_set_adc_mode:
The only acceptable adc_unit_t is ADC_UNIT_1. (ADC_UNIT_BOTH is "not supported yet").
Does this mean that the ESP32 ADCs are incapable of recording stereo signals or is there a way? I note the ESP-ADF examples outsource the audio work to the ES8388.
Code: Select all
esp_err_t i2s_set_adc_mode(adc_unit_t adc_unit, adc1_channel_t adc_channel)
Does this mean that the ESP32 ADCs are incapable of recording stereo signals or is there a way? I note the ESP-ADF examples outsource the audio work to the ES8388.