Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SOFA Import Degree Handling #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Firionus
Copy link

@Firionus Firionus commented Jun 7, 2024

The current SOFA import code results in a right shift of most sources by about 6 degrees and some holes/instability, since the SOFA azimuth in degrees is wrapped by 2*pi as if it were in rad:

image

I removed the corresponding lines. Since they are purely re-assigning, there is no impact on the surrounding code.

While you look at the code, please also evaluate whether the exact same lines are needed for the switch case above. sph2cart seems to consist of some simple statements with sines/cosines which should work regardless of angle range. But I don't have an FRL_HRTF file to test that.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants