Skip to content

Commit f2870a3

Browse files
committed
audio_render: update audio data buffer size
1 parent 85ed821 commit f2870a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/user/audio_render.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define TAG "audio_render"
2424

25-
static uint8_t buff_data[8*1024] = {0};
25+
static uint8_t buff_data[4*1024] = {0};
2626
static StaticRingbuffer_t buff_struct = {0};
2727

2828
RingbufHandle_t audio_buff = NULL;

0 commit comments

Comments
 (0)