We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10162a3 commit 3529790Copy full SHA for 3529790
libraries/Mikrofon/src/mp34dt05.cpp
@@ -20,7 +20,7 @@ void micBegin() {
20
.sample_rate = SAMPLE_RATE,
21
.bits_per_sample = I2S_BITS_PER_SAMPLE_32BIT,
22
.channel_format = I2S_CHANNEL_FMT_ONLY_LEFT, // although the SEL config should be left, it seems to transmit on right
23
- .communication_format = i2s_comm_format_t(I2S_COMM_FORMAT_I2S | I2S_COMM_FORMAT_I2S_LSB),
+ .communication_format = i2s_comm_format_t(I2S_COMM_FORMAT_STAND_I2S | I2S_COMM_FORMAT_STAND_MSB),
24
.intr_alloc_flags = ESP_INTR_FLAG_LEVEL1, // high interrupt priority
25
.dma_buf_count = 4,
26
.dma_buf_len = BLOCK_SIZE
0 commit comments