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

@ -11669,7 +11669,7 @@
},
{
"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": [
{
@ -11699,7 +11699,7 @@
},
{
"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": [
{