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

Is there a Makefile (for Linux) or a .sln (Visual Studio)? #15

Open davidpanderson opened 3 years ago

davidpanderson commented 3 years ago

... I can make one if you want.

lmtanco commented 3 years ago

Hi David!

Many thanks for the offer!

We are using another repository to centralise public examples and project files/makefiles:

https://github.com/3DTune-In/3dti_AudioToolkit_Examples

However, the examples only have .sln files (Visual Studio)! It is our plan to create XCode project files for macOS and Makefiles for g++/Linux, but at the moment this does not have a lot of priority.

It would be fantastic to get some help there so please go ahead with forking/PRing the examples repository! Unless you’d rather do it in this, the main repository. In that case we’d like to discuss it a bit more internally.

Regarding the (unsigned/signed warnings) you got when compiling with g++, same thing, it’d be great if you could help! I have created a separate issue for that: https://github.com/3DTune-In/3dti_AudioToolkit/issues/16

BW,

Luis.