Skip to content

Commit 2be9dd9

Browse files
authored
Update README.md
1 parent ccdd90f commit 2be9dd9

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,22 @@ After that, if you want to develop your own apps using the wrapper, please read
1313
```
1414
## Introduction
1515

16-
The 3D-Tune-In Toolkit (3DTi Toolkit) consists in a set of C++ libraries and resources providing solutions for 3D audio spatialization and simulation of hearing loss and hearing aids. The main components of the 3DTi Toolkit are:
16+
The 3D-Tune-In Toolkit (3DTI Toolkit) consists in a set of C++ libraries and resources providing solutions for 3D audio spatialization and simulation of hearing loss and hearing aids. All the documentation about the library and the code is available at:
1717

18-
- Binaural anechoic spatializer
19-
- Binaural environment simulation
20-
- Loudspeakers anechoic spatializer
21-
- Loudspeakers environment simulation
22-
- Hearing loss simulation
23-
- Hearing aid simulation
24-
- Resource files (HRTF, ILD, BRIR)
25-
- Resource management package
18+
https://github.com/3DTune-In/3dti_AudioToolkit.
19+
20+
Technical details about the 3D Tune-In Toolkit spatialiser are described in:
2621

27-
The Unity Wrapper of the 3DTi Toolkit (3DTi Unity Wrapper) allows integration of some of these components of the Toolkit in any Unity Scene. These components are packed in the form of a Unity Package requiring Unity 2019.4 or above. The current version of the package is built to support the following platforms:
22+
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
23+
24+
**The Unity Wrapper** of the 3DTi Toolkit (3DTI Unity Wrapper) allows integration of some of these components of the Toolkit in any Unity Scene. These components are packed in the form of a Unity Package requiring Unity 2019.4 or above. The current version of the package is built to support the following platforms:
2825

2926
- As Host: Microsoft Windows 10, MacOS.
3027
- As Target: Microsoft Windows x64, MacOS, Android (4.4 or above), iOS. (We also include binaries for Windows x86 but they are not tested on a 32 bit computer so are not officially supported.)
3128

3229
In its current version, the following parts of the 3DTI Toolkit are made available to a Unity application:
3330

34-
- Binaural anechoic spatializer
31+
- Binaural anechoic spatializer (reverb simulation not included)
3532
- Hearing loss simulation
3633
- Hearing aid simulation
3734

@@ -87,8 +84,6 @@ An issue has been reported if your locale uses a comma ',' instead of a period '
8784

8885
This wrapper currently only integrates the 3DTI Toolkit release from 2018 'M20181003'. A future release is planned which will integrate updates that have happened to the toolkit since then.
8986

90-
We are also exploring if it's possible to eliminate the need to have *API_3DTI_HL* and *API_3DTI_HA* components, and to see if there's a simpler way to directly set parameters on these plugins from C# code without relying on manually exposing each parameter within the included *3DTI_HAHL_Mixer*.
91-
9287
## Credits
9388

9489
This software was developed by a team coordinated by

0 commit comments

Comments
 (0)