Update raylib_api.* by CI
This commit is contained in:
parent
fdf9ac66da
commit
1b047995d1
4 changed files with 8 additions and 8 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue