From 38bb298d8f147654a755365b83c8b65fdc6229e8 Mon Sep 17 00:00:00 2001 From: Robbot Date: Tue, 23 Apr 2024 11:54:08 +0000 Subject: [PATCH] Update documentation to b44f24ab654df7dfe359f4f34c23c20e8ec18811. --- api/soundstream_8c_8h_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/soundstream_8c_8h_source.html b/api/soundstream_8c_8h_source.html index 05d0f88c0..f285b1ba9 100644 --- a/api/soundstream_8c_8h_source.html +++ b/api/soundstream_8c_8h_source.html @@ -81,7 +81,7 @@
10 
11 static kinc_a1_sound_stream_t streams[256];
12 static int nextStream = 0;
-
13 static uint8_t buffer[1024 * 10];
+
13 static uint8_t buffer[1024 * 1024 * 10];
14 static int bufferIndex;
15 
16 kinc_a1_sound_stream_t *kinc_a1_sound_stream_create(const char *filename, bool looping) {