diff options
Diffstat (limited to 'alc/voice.h')
-rw-r--r-- | alc/voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/voice.h b/alc/voice.h index 3b1675e6..309c901f 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -50,7 +50,7 @@ struct BsincState { float sf; /* Scale interpolation factor. */ ALuint m; /* Coefficient count. */ ALuint l; /* Left coefficient offset. */ - /* Filter coefficients, followed by the scale, phase, and scale-phase + /* Filter coefficients, followed by the phase, scale, and scale-phase * delta coefficients. Starting at phase index 0, each subsequent phase * index follows contiguously. */ |