BRT v1.6.0
The BRT library is the core of the Binaural Rendering Toolbox (BRT), a set of software libraries, applications, and definitions aimed as a virtual laboratory for psychoacoustic experimentation. The BRT Library is a header-only C++ library, organised into modules that can be interconnected in different configurations. The library allows the design and rendering of highly realistic and immersive 3D audio, implementing algorithms for audio spatialisation and simulation using headphones.
The BRT library is developed in the framework of the SONICOM project (www.sonicom.eu) and includes the algorithms developed in the 3D Tune-In Toolkit (https://github.com/3DTune-In/3dti_AudioToolkit) in a new open, extensible architecture.
Changelog [1.6.0] - 2024-10-15
Added
- New model of virtual source environment based on SDN.
- Add room definition classes from 3DTI-Toolkit.
Changed
- Add environment connection and disconnection methods to HRTF and Ambisonic HRTF models.
- Update Environment Model Base
- Update source type options.
- Update virtual source definition
- Adds funcionalities to some common clases
Attached files
- BeRTA Renderer Application v3.1.0 for Windows x64 (Tested on Windows 10 and 11) and MacOS Universal (soon)
- Our audio rendering. It is controlled entirely by OSC. Updated to 24/10/2024.
- Attached is also the changelog file.
- A set of resources to be used if desired.
- BeRTA GUI Application v2.4.0 for Windows x64 and v2.4.1 (just a bug fix) for MacOS Universal
- A graphic interface to control BeRTA via OSC. Updated to 23/07/2024.
- BeRTA OSC Commands documentation.
- PureData example for BeRTA management (v2.6.0)
- Example of an annotated audio file recorded by BeRTA (see sofa convention)
- Set of Matlab scripts (v1.3.1) to solve the problems of loading SOFA HRTF and Directivity files into the library (see documentation included) Updated 24/10/2024.
Overview:- Script to know the grid used by the BRT library with the SOFA HRTF and Directivity files, allows to obtain a vector with the grid orientations.
- Script that checks if a SOFA HRTF or Directivity file will be loaded by the library (and by BeRTA) without errors. It also adds the possibility to optimise them to speed up the loading in the BRT library.
- Documentation that contains the following technical reports:
- SONICOM_TR3.1_BRT regular grid distribution of points in the sphere used by the BRT.
- SONICOM_TR3.4_Directivity requirements for the BRT