Skip to content

Commit ac5737a

Browse files
committed
[Docs] Updates changelog
1 parent 949c423 commit ac5737a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ All notable changes to the 3DTuneIn Toolkit will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## [Unreleased]
7+
8+
### Binaural
9+
10+
`Changed`
11+
- Modified CalculateDirectionalityAttenuation function name:
12+
* old: float CalculateDirectionalityAttenuation(float directionalityExtend, float angleToForwardAxis_rad);
13+
* new: float CalculateDirectionalityAttenuation**_dB**(float directionalityExtend, float angleToForwardAxis_rad);
14+
15+
616
## [M20180705] - AudioToolkit_v1.1_20180705
717

818
### Binaural
@@ -53,7 +63,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
5363

5464
- Modified ProcessHRTF to calculate a more precise ITD
5565

56-
- Modied the return value of the following methods:
66+
- Modified the return value of the following methods:
5767
* change: const **std::vector<CMonoBuffer<float>>** CalculateHRIR_partitioned_FromBarycentricCoordinates(Common::T_ear ear, TBarycentricCoordinatesStruct barycentricCoordinates, orientation orientation_pto1, orientation orientation_pto2, orientation orientation_pto3)const;
5868
* change: const **std::vector<CMonoBuffer<float>>** GetHRIR_partitioned_InterpolationMethod(Common::T_ear ear, float _azimuth, float _elevation) const;
5969

0 commit comments

Comments
 (0)