mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
i2s_example: fixed i2s_adc_dac output gap
Closes: https://github.com/espressif/esp-idf/issues/9389
This commit is contained in:
@@ -78,8 +78,8 @@ void example_i2s_init(void)
|
|||||||
.communication_format = I2S_COMM_FORMAT_STAND_MSB,
|
.communication_format = I2S_COMM_FORMAT_STAND_MSB,
|
||||||
.channel_format = EXAMPLE_I2S_FORMAT,
|
.channel_format = EXAMPLE_I2S_FORMAT,
|
||||||
.intr_alloc_flags = 0,
|
.intr_alloc_flags = 0,
|
||||||
.dma_desc_num = 2,
|
.dma_desc_num = 6,
|
||||||
.dma_frame_num = 1024,
|
.dma_frame_num = 256,
|
||||||
.use_apll = 1,
|
.use_apll = 1,
|
||||||
};
|
};
|
||||||
//install and start i2s driver
|
//install and start i2s driver
|
||||||
|
Reference in New Issue
Block a user