From 1b047995d1046a869fb0f1e8ecf430573e0207e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Apr 2024 16:01:29 +0000 Subject: Update raylib_api.* by CI --- parser/output/raylib_api.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parser/output/raylib_api.lua') diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index f64e8eb0..1423e237 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -8021,7 +8021,7 @@ return { }, { name = "AttachAudioStreamProcessor", - description = "Attach audio stream processor to stream, receives the samples as s", + description = "Attach audio stream processor to stream, receives the samples as 'float'", returnType = "void", params = { {type = "AudioStream", name = "stream"}, @@ -8039,7 +8039,7 @@ return { }, { name = "AttachAudioMixedProcessor", - description = "Attach audio stream processor to the entire audio pipeline, receives the samples as s", + description = "Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'", returnType = "void", params = { {type = "AudioCallback", name = "processor"} -- cgit v1.2.3