This commit is contained in:
awalol
2026-04-27 13:11:22 +08:00
parent 004ca2fcb0
commit 8af6dd6389
+1 -1
View File
@@ -118,7 +118,7 @@ void audio_loop() {
pkt[78] = 200; pkt[78] = 200;
opus_element opus_element{}; opus_element opus_element{};
if (!queue_try_remove(&opus_fifo,&opus_element)) { if (!queue_try_remove(&opus_fifo,&opus_element)) {
printf("[Audio] Warning: opus_fifo try remove failed"); printf("[Audio] Warning: opus_fifo try remove failed\n");
}else { }else {
memcpy(pkt + 79,opus_element.data,200); memcpy(pkt + 79,opus_element.data,200);
} }