Fix the channel spread for aux send gains with full HRTF
This commit is contained in:
parent
ed9408e537
commit
dff86eb783
@ -1147,7 +1147,7 @@ void CalcPanningAndFilters(Voice *voice, const float xpos, const float ypos, con
|
||||
voice->mChans[c].mDryParams.Hrtf.Target.Gain = DryGain.Base;
|
||||
|
||||
/* Normal panning for auxiliary sends. */
|
||||
const auto coeffs = CalcAngleCoeffs(chans[c].angle, chans[c].elevation, Spread);
|
||||
const auto coeffs = CalcAngleCoeffs(chans[c].angle, chans[c].elevation, spread);
|
||||
|
||||
for(uint i{0};i < NumSends;i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user