mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-28 00:54:45 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user