From 3b7bbba30af15d6b37fabc00e6fe2a6931ab6922 Mon Sep 17 00:00:00 2001 From: Robbot Date: Wed, 24 Apr 2024 08:17:19 +0000 Subject: [PATCH] Update documentation to 89b4155d6bae679429734109e596950fe79b3da6. --- 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 f285b1ba9..05d0f88c0 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 * 1024 * 10];
+
13 static uint8_t buffer[1024 * 10];
14 static int bufferIndex;
15 
16 kinc_a1_sound_stream_t *kinc_a1_sound_stream_create(const char *filename, bool looping) {