3DTune-In / 3dti_AudioToolkit

3D Tune-In Toolkit is a custom open-source C++ library developed within the EU-funded project 3D Tune-In. The Toolkit provides a high level of realism and immersiveness within binaural 3D audio simulations, while allowing for the emulation of hearing aid devices and of different typologies of hearing loss.
GNU General Public License v3.0
219 stars 44 forks source link

Compilation error with _3DTI_AXIS_CONVENTION_WEBAUDIOAPI flag #2

Closed ragnaringi closed 5 years ago

ragnaringi commented 6 years ago

Error in SingleSourceDSP.cpp:733:40: Use of undeclared identifier 'LEFT_AXIS'

areyesl commented 6 years ago

It is now solved in the develop branch (https://github.com/3DTune-In/3dti_AudioToolkit/commit/d37563d735eed5c99ecfabd366516f577d0b60b5). It has been tesetd only in windows though. We will close this issue once we finalize the tests in the rest of the platforms and merge it into master.