Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-04-01 16:01:29 +00:00
parent fdf9ac66da
commit 1b047995d1
4 changed files with 8 additions and 8 deletions

View File

@@ -8021,7 +8021,7 @@ return {
},
{
name = "AttachAudioStreamProcessor",
description = "Attach audio stream processor to stream, receives the samples as <float>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 <float>s",
description = "Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'",
returnType = "void",
params = {
{type = "AudioCallback", name = "processor"}