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

EXC_BAD_ACCESS AmbisonicEncoder.cpp Line 50 #14

Open
jfantell opened this issue Dec 3, 2018 · 1 comment
Open

EXC_BAD_ACCESS AmbisonicEncoder.cpp Line 50 #14

jfantell opened this issue Dec 3, 2018 · 1 comment

Comments

@jfantell
Copy link

jfantell commented Dec 3, 2018

screen shot 2018-12-03 at 10 44 35 am

When I try to run the example code featured in the ReadMe, the program exits with exit code 11. After debugging for a bit I was able to determine the issue is coming from this line:

pfDst->m_ppfChannels[niChannel][niSample] = pfSrc[niSample] * m_pfCoeff[niChannel];

which is located in the AmbisonicEncoder.cpp file.

I have attached a screenshot showing the error.

Dev Environment:

macOS Mojave
C++11

@jbkempf
Copy link
Collaborator

jbkempf commented Dec 17, 2019

Please share a full stacktrace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants