You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: