From 4d9df337a770fc7afff2b8334b9e3308e0e09fce Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 30 Nov 2025 18:02:52 +0000
Subject: [PATCH] rlparser: update raylib_api.* by CI
---
tools/rlparser/output/raylib_api.json | 2 +-
tools/rlparser/output/raylib_api.lua | 2 +-
tools/rlparser/output/raylib_api.txt | 2 +-
tools/rlparser/output/raylib_api.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/rlparser/output/raylib_api.json b/tools/rlparser/output/raylib_api.json
index b3d02a928..a1af3c9fc 100644
--- a/tools/rlparser/output/raylib_api.json
+++ b/tools/rlparser/output/raylib_api.json
@@ -11730,7 +11730,7 @@
},
{
"name": "UpdateSound",
- "description": "Update sound buffer with new data (data and frame count should fit in sound)",
+ "description": "Update sound buffer with new data (default data format: 32 bit float, stereo)",
"returnType": "void",
"params": [
{
diff --git a/tools/rlparser/output/raylib_api.lua b/tools/rlparser/output/raylib_api.lua
index e680a5acf..20043c12d 100644
--- a/tools/rlparser/output/raylib_api.lua
+++ b/tools/rlparser/output/raylib_api.lua
@@ -7995,7 +7995,7 @@ return {
},
{
name = "UpdateSound",
- description = "Update sound buffer with new data (data and frame count should fit in sound)",
+ description = "Update sound buffer with new data (default data format: 32 bit float, stereo)",
returnType = "void",
params = {
{type = "Sound", name = "sound"},
diff --git a/tools/rlparser/output/raylib_api.txt b/tools/rlparser/output/raylib_api.txt
index e2edb8f3f..3578e41df 100644
--- a/tools/rlparser/output/raylib_api.txt
+++ b/tools/rlparser/output/raylib_api.txt
@@ -4483,7 +4483,7 @@ Function 543: IsSoundValid() (1 input parameters)
Function 544: UpdateSound() (3 input parameters)
Name: UpdateSound
Return type: void
- Description: Update sound buffer with new data (data and frame count should fit in sound)
+ Description: Update sound buffer with new data (default data format: 32 bit float, stereo)
Param[1]: sound (type: Sound)
Param[2]: data (type: const void *)
Param[3]: sampleCount (type: int)
diff --git a/tools/rlparser/output/raylib_api.xml b/tools/rlparser/output/raylib_api.xml
index 3d1892c7c..ea7792612 100644
--- a/tools/rlparser/output/raylib_api.xml
+++ b/tools/rlparser/output/raylib_api.xml
@@ -2998,7 +2998,7 @@
-
+