Merge branch 'bugfix/fixed_signal_gap_in_i2s_adc_dac_example' into 'master'

i2s_example: fixed i2s_adc_dac output gap

Closes IDFGH-7862

See merge request espressif/esp-idf!20332
pull/9899/head
Kevin (Lao Kaiyao) 2022-09-26 16:40:09 +08:00
commit 3d1504261f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -78,8 +78,8 @@ void example_i2s_init(void)
.communication_format = I2S_COMM_FORMAT_STAND_MSB,
.channel_format = EXAMPLE_I2S_FORMAT,
.intr_alloc_flags = 0,
.dma_desc_num = 2,
.dma_frame_num = 1024,
.dma_buf_count = 6,
.dma_buf_len = 256,
.use_apll = 1,
};
//install and start i2s driver