Author:"BST Release is a sound transport demo with an implementation of the Bidirection Sound Transport algorithm. The implementation is not intended for practical use, and the code quality is very low. For any practical application, we recommend the programmer to implement his/her own sound renderer according to the algorithm description in our paper."
The project of author is in the main branch,you could see the project revised by me in the revised branch.
使用方法:
1.please add the file"IAIg.hpp" from branch 'revised'. It is in the directory "CoreLibs" and replace the original file, there is an error in original file
2.compile
a) 运行BST_Release.vcvproj文件,配置环境
b) 按照https://blog.csdn.net/qq_40309341/article/details/103903850修改环境
- see more details: click the file
readme.pdf