Update a comment
This commit is contained in:
parent
fb97822d8c
commit
d5e624391b
@ -94,8 +94,8 @@ typedef struct ALeffectslot {
|
|||||||
* * Channel 3 is OpenAL -Z
|
* * Channel 3 is OpenAL -Z
|
||||||
* Consequently, effects that only want to work with mono input can use
|
* Consequently, effects that only want to work with mono input can use
|
||||||
* channel 0 by itself. Effects that want multichannel can process the
|
* channel 0 by itself. Effects that want multichannel can process the
|
||||||
* ambisonics signal and create a B-Format pan (ComputeBFormatGains) for
|
* ambisonics signal and make a B-Format pan (ComputeFirstOrderGains) for
|
||||||
* the device output.
|
* first-order device output (FOAOut).
|
||||||
*/
|
*/
|
||||||
alignas(16) ALfloat WetBuffer[MAX_EFFECT_CHANNELS][BUFFERSIZE];
|
alignas(16) ALfloat WetBuffer[MAX_EFFECT_CHANNELS][BUFFERSIZE];
|
||||||
} ALeffectslot;
|
} ALeffectslot;
|
||||||
|
Loading…
Reference in New Issue
Block a user