diff options
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/uhjfilter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Alc/uhjfilter.h b/Alc/uhjfilter.h index 14572bc3..cec3463e 100644 --- a/Alc/uhjfilter.h +++ b/Alc/uhjfilter.h @@ -42,7 +42,8 @@ typedef struct Uhj2Encoder { } Uhj2Encoder; /* Encodes a 2-channel UHJ (stereo-compatible) signal from a B-Format input - * signal. */ + * signal. The input must use FuMa channel ordering and scaling. + */ void EncodeUhj2(Uhj2Encoder *enc, ALfloat *restrict LeftOut, ALfloat *restrict RightOut, ALfloat (*restrict InSamples)[BUFFERSIZE], ALuint SamplesToDo); #endif /* UHJFILTER_H */ |