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 99b6a07 commit 6e50e6eCopy full SHA for 6e50e6e
src/AudioI2S/I2SESP32V1.h
@@ -202,6 +202,7 @@ class I2SDriverESP32V1 {
202
int size = cfg.buffer_size * cfg.buffer_count;
203
int frame_size = cfg.bits_per_sample * cfg.channels / 8;
204
if (size > 0) result.dma_frame_num = size / frame_size;
205
+ LOGI("dma_frame_num: %d", result.dma_frame_num);
206
return result;
207
}
208
0 commit comments