mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user