mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-28 22:18:30 +00:00
doc: audio stream processor, number of channels (#4753)
* doc: audio stream processor * fixed accidental encoding effect
This commit is contained in:
@@ -8276,7 +8276,7 @@ return {
|
||||
},
|
||||
{
|
||||
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 = {
|
||||
{type = "AudioStream", name = "stream"},
|
||||
@@ -8294,7 +8294,7 @@ return {
|
||||
},
|
||||
{
|
||||
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 = {
|
||||
{type = "AudioCallback", name = "processor"}
|
||||
|
Reference in New Issue
Block a user