libspatialaudio icon indicating copy to clipboard operation
libspatialaudio copied to clipboard

EXC_BAD_ACCESS AmbisonicEncoder.cpp Line 50

Open jfantell opened this issue 6 years ago • 1 comments

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

jfantell avatar Dec 03 '18 15:12 jfantell

Please share a full stacktrace.

jbkempf avatar Dec 17 '19 17:12 jbkempf