这是indexloc提供的服务,不要输入任何密码
Skip to content

Incorrect azimuth comparison in spatialization algorithm #2193

@koalefant

Description

@koalefant

Change 73726d1 (Replace HTML entities in code algorithms) has broke comparison in azimuth spatialization algorithm code:

It became

// Make azimuth relative to "forward" and not "right" listener vector.
if ((azimuth <= 0) && (azimuth <= 270))

(note double less less-equal)
While previously it was:

if ((azimuth >= 0) && (azimuth <= 270))

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions