Skip to content

Commit e6b644b

Browse files
committed
Merge branch 'release/M20210507'
2 parents a3d5146 + bbe54d3 commit e6b644b

2 files changed

Lines changed: 33 additions & 22 deletions

File tree

Readme.md

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Technical details about the 3D Tune-In Toolkit spatialiser are described in:
88

99
Cuevas-Rodríguez M, Picinali L, González-Toledo D, Garre C, de la Rubia-Cuestas E, Molina-Tanco L and Reyes-Lecuona A. (2019) 3D Tune-In Toolkit: An open-source library for real-time binaural spatialisation. PLOS ONE 14(3): e0211899. https://doi.org/10.1371/journal.pone.0211899
1010

11-
For downloading various compiled releases of the 3DTI Toolkit (e.g. Test Applications, VST plugins, etc.), visit the release section (https://github.com/3DTune-In/3dti_AudioToolkit/releases)
12-
1311
**The structure of the repository is as follows:**
1412
```
1513
3dti_AudioToolkit
@@ -95,27 +93,50 @@ The 3D Tune-In Toolkit Resource Management Package uses:
9593

9694
* Audio clips “anechoic Guitar” and “Anechoic Speech” are extracted from Music from Archimedes, Bang&Olufsen, 1992.
9795

96+
## Additional tools
97+
98+
The 3D Tune-In Toolkit includes a Test Application that allows user to test all the capabilities of the 3D Tune-In Toolkit library through a comprehensive GUI. The latest version of the test application can be downloaded from the Release section of this repository (https://github.com/3DTune-In/3dti_AudioToolkit/releases) for three different platforms: Windows, Mac and Linux.
99+
100+
In addition, there are different tools that make use of the Toolkit and allow it to be integrated into different platforms. These tools are listed below, together with the repository where they are available.
101+
102+
* 3DTI Unity Wrapper. The Unity Wrapper allows integration of some of the components of the 3DTI Toolkit in a Unity Scene. These components are packed in the form of a Unity Package that can be found in the Release version of the 3dti_AudioToolkit_UnityWrapper repository. Code and documentation with further details available at: https://github.com/3DTune-In/3dti_AudioToolkit_UnityWrapper
103+
* 3DTI VST Plugin. This plugin is a VST interface for the 3D Tune-In Toolkit. Installers for Windows and Mac can be found in the Release section of the 3dti_AudioToolkit_VST_Plugins repository. Code and documentation with further details available at: https://github.com/3DTune-In/3dti_AudioToolkit_VST_Plugins.
104+
* 3DTI Examples. Basic spatialization examples implemented in C++ to show how to use the 3D Tune-In Toolkit library. Code and documentation with further details available at: https://github.com/3DTune-In/3dti_AudioToolkit_Examples
105+
* 3DTI JavaScript Wrapper. JavaScript port of the 3D Tune-In Toolkit that exposed and ported some of the features of the 3DTI Toolkit. Code and documentation with further details available at: https://github.com/3DTune-In/3dti_AudioToolkit_JavaScript.
106+
98107

99108
## Further Reading
100109

101110
For complete documentation on the 3D Tune-In Toolkit, see the doc directory of this distribution.
102111

112+
113+
## Future plans
114+
115+
* UML driagram. A UML diagram of all classes will be produced for documentation purposes.
116+
* HRTF, BRIR and ILD files at 24000 Hz. The 3D Tune-In Toolkit currently support any sampling frequency. However, HRTF, BRIR and ILD files are currently provided only at 44100 Hz, 48000 Hz and 96000 Hz.
117+
* Multiple configuration of virtual ambisonic reverberation. Currently, the 3D Tune-In Toolkit implements a 2D virtual ambisonic approach based on three ambisonic channels (W, X and Y). It is planned to make it configurable, allowing the selection of different channel configurations: W (mono), W + Y (stereo), W + X + Y (2D) and W + X + Y + Z (Full 3D).
118+
* Loudspeaker Spatialisation. Currently the Toolkit is focused on binaural spatialisation. In the near future, spatialisation based on 2nd order virtual Ambisonic for loudspeaker setups will be added.
119+
120+
103121
## Credits
104122

105-
This software was developed by a team coordinated by
106-
- Arcadio Reyes-Lecuona ([University of Malaga](https://www.uma.es/)). Contact: areyes@uma.es
107-
- Lorenzo Picinali ([Imperial College London](https://www.imperial.ac.uk/)). Contact: l.picinali@imperial.ac.uk
123+
This software is being developed by a team coordinated by
124+
- [Arcadio Reyes-Lecuona](https://github.com/areyesl) ([University of Malaga](https://www.uma.es/)). Contact: areyes@uma.es
125+
- Lorenzo Picinali ([Imperial College London](https://www.imperial.ac.uk/)). Contact: l.picinali@imperial.ac.uk
126+
127+
The current members of the development team are (in alphabetical order):
128+
- [Maria Cuevas-Rodriguez](https://github.com/mariacuevas) ([University of Malaga](https://www.uma.es/))
129+
- [Daniel Gonzalez-Toledo](https://github.com/dgonzalezt) ([University of Malaga](https://www.uma.es/))
130+
- [Luis Molina-Tanco](https://github.com/lmtanco) ([University of Malaga](https://www.uma.es/))
108131

109-
The members of the development team are (in alphabetical order):
110-
- [Maria Cuevas-Rodriguez](https://github.com/mariacuevas) (University of Malaga)
111-
- [Carlos Garre](https://github.com/carlosgarre) (University of Malaga) (Left the team Jan 2018)
112-
- [Daniel Gonzalez-Toledo](https://github.com/dgonzalezt) (University of Malaga)
113-
- [Luis Molina-Tanco](https://github.com/lmtanco) (University of Malaga)
114-
- [Ernesto de la Rubia](https://github.com/ernestodelarubia) (University of Malaga) (Left the team Apr 2018)
115-
- [Ángel Rodríguez-Rivero](https://github.com/ardgzrivero) (University of Malaga) (Joined the team Feb 2018)
132+
Former members of the development team are (in alphabetical order):
133+
- [Carlos Garre](https://github.com/carlosgarre) (Left the team Jan 2018)
134+
- [Ernesto de la Rubia](https://github.com/ernestodelarubia) (Left the team Apr 2018)
135+
- [Angel Rodriguez-Rivero](https://github.com/ardgzrivero) (Joined the team Feb 2018 to Jul 2019)
116136

117137
Other contributors:
118138
- David Poirier-Quinot (Imperial College London) produced filter coefficients to simulate near field effects and high performance spatialization. He also contributed in the design of algorithms implemented in the Hearing Loss simulator.
139+
- Mike Krzyzaniak (Imperial College London) implemented the gammatone filters included in the Hearing Loss Simulator.
119140

120141
## Copyright and License
121142

Roadmap.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)