esp-adf icon indicating copy to clipboard operation
esp-adf copied to clipboard

I2S PDM stream not using the pins from i2s_pdm_rx_gpio_config_t (AUD-5803)

Open vasilerares opened this issue 1 year ago • 3 comments

When using PDM mode for I2S, pin configuration from i2s_pdm_rx_config_t::i2s_pdm_rx_gpio_config_t are not used.

https://github.com/espressif/esp-adf/blob/d16b0401cc805e184b132aa6c821eccd26163f61/components/audio_stream/i2s_stream_idf5.c#L132

vasilerares avatar Oct 27 '24 15:10 vasilerares

Hi @vasilerares We will to call i2s_channel_init_pdm_rx_mode to inittialize this Pin

shootao avatar Nov 05 '24 13:11 shootao

Hi @vasilerares Is there still a problem updating ESP ADF to master ?

shootao avatar Feb 17 '25 03:02 shootao

Was the fix done on master?

vasilerares avatar Feb 17 '25 07:02 vasilerares