mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
doc: audio stream processor, number of channels (#4753)
* doc: audio stream processor * fixed accidental encoding effect
This commit is contained in:
@ -12119,7 +12119,7 @@
|
||||
},
|
||||
{
|
||||
"name": "AttachAudioStreamProcessor",
|
||||
"description": "Attach audio stream processor to stream, receives the samples as 'float'",
|
||||
"description": "Attach audio stream processor to stream, receives frames x 2 samples as 'float' (stereo)",
|
||||
"returnType": "void",
|
||||
"params": [
|
||||
{
|
||||
@ -12149,7 +12149,7 @@
|
||||
},
|
||||
{
|
||||
"name": "AttachAudioMixedProcessor",
|
||||
"description": "Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'",
|
||||
"description": "Attach audio stream processor to the entire audio pipeline, receives frames x 2 samples as 'float' (stereo)",
|
||||
"returnType": "void",
|
||||
"params": [
|
||||
{
|
||||
@ -12170,4 +12170,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user