Skip to content

Commit ccdd90f

Browse files
committed
Merge branch 'master' into develop
2 parents a7b1d7d + 118118c commit ccdd90f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ The 3D-Tune-In Toolkit (3DTi Toolkit) consists in a set of C++ libraries and res
2424
- Resource files (HRTF, ILD, BRIR)
2525
- Resource management package
2626

27-
The Unity Wrapper of the 3DTi Toolkit (3DTi Unity Wrapper) allows integration of the different 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:
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:
2828

2929
- As Host: Microsoft Windows 10, MacOS.
3030
- 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.)
3131

32-
In this version, the follow parts of the 3DTI Toolkit are made available to a Unity application:
32+
In its current version, the following parts of the 3DTI Toolkit are made available to a Unity application:
3333

3434
- Binaural anechoic spatializer
3535
- Hearing loss simulation
@@ -87,7 +87,7 @@ An issue has been reported if your locale uses a comma ',' instead of a period '
8787

8888
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.
8989

90-
I'm 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*.
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*.
9191

9292
## Credits
9393

0 commit comments

Comments
 (0)