瀏覽代碼

Add comment with link to forum conversation

dds
PaulStoffregen 4 年之前
父節點
當前提交
7669598068
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      output_i2s_quad.cpp

+ 1
- 0
output_i2s_quad.cpp 查看文件

@@ -154,6 +154,7 @@ void AudioOutputI2SQuad::isr(void)
#if 1
memcpy_tointerleaveQuad(dest, src1, src2, src3, src4);
#else
// about this code: https://forum.pjrc.com/threads/64508
for (int i=0; i < AUDIO_BLOCK_SAMPLES/2; i++) {
*dest++ = *src1++;
*dest++ = *src3++;

Loading…
取消
儲存