mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
remove degree conversion that is not used
This commit is contained in:
parent
95d0734d7f
commit
cafcb6b109
1 changed files with 0 additions and 3 deletions
|
@ -513,9 +513,6 @@ static void setAzimuthAndGain(float firCoef[4][HRTF_TAPS], float bqCoef[5][4], i
|
|||
// convert from radians to table units
|
||||
azimuth *= HRTF_AZIMUTHS / TWOPI;
|
||||
|
||||
// convert from degrees to table units
|
||||
// azimuth *= HRTF_AZIMUTHS / 360.0f;
|
||||
|
||||
// wrap to principle value
|
||||
while (azimuth < 0.0f) {
|
||||
azimuth += HRTF_AZIMUTHS;
|
||||
|
|
Loading…
Reference in a new issue