Update raylib_api.* by CI
This commit is contained in:
parent
fdf9ac66da
commit
1b047995d1
4 changed files with 8 additions and 8 deletions
|
@ -11669,7 +11669,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "AttachAudioStreamProcessor",
|
"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",
|
"returnType": "void",
|
||||||
"params": [
|
"params": [
|
||||||
{
|
{
|
||||||
|
@ -11699,7 +11699,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "AttachAudioMixedProcessor",
|
"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",
|
"returnType": "void",
|
||||||
"params": [
|
"params": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -8021,7 +8021,7 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "AttachAudioStreamProcessor",
|
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",
|
returnType = "void",
|
||||||
params = {
|
params = {
|
||||||
{type = "AudioStream", name = "stream"},
|
{type = "AudioStream", name = "stream"},
|
||||||
|
@ -8039,7 +8039,7 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "AttachAudioMixedProcessor",
|
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",
|
returnType = "void",
|
||||||
params = {
|
params = {
|
||||||
{type = "AudioCallback", name = "processor"}
|
{type = "AudioCallback", name = "processor"}
|
||||||
|
|
|
@ -4500,7 +4500,7 @@ Function 557: SetAudioStreamCallback() (2 input parameters)
|
||||||
Function 558: AttachAudioStreamProcessor() (2 input parameters)
|
Function 558: AttachAudioStreamProcessor() (2 input parameters)
|
||||||
Name: AttachAudioStreamProcessor
|
Name: AttachAudioStreamProcessor
|
||||||
Return type: void
|
Return type: void
|
||||||
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'
|
||||||
Param[1]: stream (type: AudioStream)
|
Param[1]: stream (type: AudioStream)
|
||||||
Param[2]: processor (type: AudioCallback)
|
Param[2]: processor (type: AudioCallback)
|
||||||
Function 559: DetachAudioStreamProcessor() (2 input parameters)
|
Function 559: DetachAudioStreamProcessor() (2 input parameters)
|
||||||
|
@ -4512,7 +4512,7 @@ Function 559: DetachAudioStreamProcessor() (2 input parameters)
|
||||||
Function 560: AttachAudioMixedProcessor() (1 input parameters)
|
Function 560: AttachAudioMixedProcessor() (1 input parameters)
|
||||||
Name: AttachAudioMixedProcessor
|
Name: AttachAudioMixedProcessor
|
||||||
Return type: void
|
Return type: void
|
||||||
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'
|
||||||
Param[1]: processor (type: AudioCallback)
|
Param[1]: processor (type: AudioCallback)
|
||||||
Function 561: DetachAudioMixedProcessor() (1 input parameters)
|
Function 561: DetachAudioMixedProcessor() (1 input parameters)
|
||||||
Name: DetachAudioMixedProcessor
|
Name: DetachAudioMixedProcessor
|
||||||
|
|
|
@ -2988,7 +2988,7 @@
|
||||||
<Param type="AudioStream" name="stream" desc="" />
|
<Param type="AudioStream" name="stream" desc="" />
|
||||||
<Param type="AudioCallback" name="callback" desc="" />
|
<Param type="AudioCallback" name="callback" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="AttachAudioStreamProcessor" retType="void" paramCount="2" desc="Attach audio stream processor to stream, receives the samples as <float>s">
|
<Function name="AttachAudioStreamProcessor" retType="void" paramCount="2" desc="Attach audio stream processor to stream, receives the samples as 'float'">
|
||||||
<Param type="AudioStream" name="stream" desc="" />
|
<Param type="AudioStream" name="stream" desc="" />
|
||||||
<Param type="AudioCallback" name="processor" desc="" />
|
<Param type="AudioCallback" name="processor" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
|
@ -2996,7 +2996,7 @@
|
||||||
<Param type="AudioStream" name="stream" desc="" />
|
<Param type="AudioStream" name="stream" desc="" />
|
||||||
<Param type="AudioCallback" name="processor" desc="" />
|
<Param type="AudioCallback" name="processor" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="AttachAudioMixedProcessor" retType="void" paramCount="1" desc="Attach audio stream processor to the entire audio pipeline, receives the samples as <float>s">
|
<Function name="AttachAudioMixedProcessor" retType="void" paramCount="1" desc="Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'">
|
||||||
<Param type="AudioCallback" name="processor" desc="" />
|
<Param type="AudioCallback" name="processor" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="DetachAudioMixedProcessor" retType="void" paramCount="1" desc="Detach audio stream processor from the entire audio pipeline">
|
<Function name="DetachAudioMixedProcessor" retType="void" paramCount="1" desc="Detach audio stream processor from the entire audio pipeline">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue