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 c9db019 commit 6cce78eCopy full SHA for 6cce78e
i2s/audio_i2s.c
@@ -53,6 +53,7 @@ bufring2=bufring1;
53
cpu_freq = freq;
54
}
55
56
+//uint32_t buflends[8192];
57
void audioi2sconstuff2() {
58
uint32_t divider = (cpu_freq * 2 / 48000) - ((bufring2->len - 16)/2);
59
buflends[bufring2->index1] = divider;
0 commit comments